ObjFW  Diff

Differences From Artifact [d556b97800]:

To Artifact [7e91272370]:


149
150
151
152
153
154
155
156
157
158
159
160
161
162
163

/*!
 * @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) <OFHTTPServerDelegate>
@end







<
<
<
<




149
150
151
152
153
154
155




156
157
158
159

/*!
 * @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;




@end

@interface OFObject (OFHTTPServerDelegate) <OFHTTPServerDelegate>
@end