[Modify] Polish it
This commit is contained in:
@@ -912,7 +912,9 @@ namespace WebSocketSharp.Server
|
||||
return;
|
||||
}
|
||||
|
||||
evt (this, new HttpRequestEventArgs (context, _docRootPath));
|
||||
var e = new HttpRequestEventArgs (context, _docRootPath);
|
||||
evt (this, e);
|
||||
|
||||
context.Response.Close ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user