make sse example great again

This commit is contained in:
Joris Vink 2018-11-29 21:01:08 +01:00
parent b163d849a6
commit 5da99c8860
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ subscribe(struct http_request *req)
/* Set a disconnection method so we know when this client goes away. */
req->owner->disconnect = sse_disconnect;
/* We do not expect any more data to arrive. */
req->owner->flags |= CONN_READ_BLOCK;
/* Allocate a state to be carried by our connection. */
state = kore_malloc(sizeof(*state));
req->owner->hdlr_extra = state;