[Modify] Replace it
This commit is contained in:
@@ -325,7 +325,9 @@ namespace WebSocketSharp.Net
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
conn.SendError (null, 404);
|
conn._context.ErrorStatus = 404;
|
||||||
|
|
||||||
|
conn._context.SendError ();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user