@@ -910,10 +910,11 @@ [OFMutableArray arrayWithCapacity: _numberOfThreads - 1]; for (size_t i = 1; i < _numberOfThreads; i++) { OFHTTPServerThread *thread = [OFHTTPServerThread thread]; + thread.supportsSockets = true; [thread start]; [threads addObject: thread]; }