[Modify] Polish it
This commit is contained in:
parent
bb8010577b
commit
ad7d512dce
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user