Skip to content

Commit 6d6e2e6

Browse files
committed
[Modify] Polish it
1 parent 3daac29 commit 6d6e2e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,13 @@ static HttpListener ()
9898
public HttpListener ()
9999
{
100100
_authSchemes = AuthenticationSchemes.Anonymous;
101-
102101
_contextQueue = new Queue<HttpListenerContext> ();
103102

104103
_contextRegistry = new LinkedList<HttpListenerContext> ();
105104
_contextRegistrySync = ((ICollection) _contextRegistry).SyncRoot;
106105

107106
_logger = new Logger ();
108-
109107
_prefixes = new HttpListenerPrefixCollection (this);
110-
111108
_waitQueue = new Queue<HttpListenerAsyncResult> ();
112109
}
113110

0 commit comments

Comments
 (0)