Loading lib/http2.c +1 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,7 @@ static int push_promise(struct Curl_easy *data, stream = data->req.protop; if(!stream) { failf(data, "Internal NULL stream!\n"); (void)Curl_close(newhandle); rv = 1; goto fail; } Loading Loading
lib/http2.c +1 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,7 @@ static int push_promise(struct Curl_easy *data, stream = data->req.protop; if(!stream) { failf(data, "Internal NULL stream!\n"); (void)Curl_close(newhandle); rv = 1; goto fail; } Loading