[Modify] Polish it
This commit is contained in:
parent
419a042a65
commit
ff81a0ac6b
@ -71,6 +71,7 @@ namespace WebSocketSharp.Net
|
||||
internal HttpListenerContext (HttpConnection connection)
|
||||
{
|
||||
_connection = connection;
|
||||
|
||||
_errorStatusCode = 400;
|
||||
_request = new HttpListenerRequest (this);
|
||||
_response = new HttpListenerResponse (this);
|
||||
|
Loading…
Reference in New Issue
Block a user