@@ -118,10 +118,11 @@ cond = [OFCondition condition]; [cond lock]; server = [[[HTTPClientTestsServer alloc] init] autorelease]; + server.supportsSockets = true; [server start]; [cond wait]; [cond unlock];