diff --git a/src/http.c b/src/http.c index a1777e6..dd06993 100644 --- a/src/http.c +++ b/src/http.c @@ -65,6 +65,7 @@ http_request_new(struct connection *c, struct spdy_stream *s, char *host, req->owner = c; req->status = 0; req->stream = s; + req->cb_extra = NULL; req->post_data = NULL; kore_strlcpy(req->host, host, sizeof(req->host)); kore_strlcpy(req->path, path, sizeof(req->path));