[Modify] Polish it
This commit is contained in:
parent
05a94817d3
commit
aa006eb9a8
@ -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 ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user