[Modify] Polish it

This commit is contained in:
sta 2020-12-23 19:39:04 +09:00
parent 419a042a65
commit ff81a0ac6b

View File

@ -71,6 +71,7 @@ namespace WebSocketSharp.Net
internal HttpListenerContext (HttpConnection connection)
{
_connection = connection;
_errorStatusCode = 400;
_request = new HttpListenerRequest (this);
_response = new HttpListenerResponse (this);