@@ -151,13 +151,9 @@ * @brief Stops the HTTP server, meaning it will not accept any new incoming * connections, but still handle existing connections until they are * finished or timed out. */ - (void)stop; - -- (bool)OF_socket: (OFTCPSocket*)socket - didAcceptSocket: (OFTCPSocket*)clientSocket - exception: (OFException*)exception; @end @interface OFObject (OFHTTPServerDelegate) @end