[Modify] Polish it
This commit is contained in:
@@ -178,7 +178,9 @@ namespace WebSocketSharp.Net
|
|||||||
complete ();
|
complete ();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void Complete (HttpListenerContext context, bool completedSynchronously)
|
internal void Complete (
|
||||||
|
HttpListenerContext context, bool completedSynchronously
|
||||||
|
)
|
||||||
{
|
{
|
||||||
_context = context;
|
_context = context;
|
||||||
_completedSynchronously = completedSynchronously;
|
_completedSynchronously = completedSynchronously;
|
||||||
|
Reference in New Issue
Block a user