mirror of
https://github.com/curl/curl.git
synced 2026-06-18 03:25:37 +03:00
http: remove assert that breaks hyper
Reported-by: Jay Satiro Fixes #7852 Closes #7855
This commit is contained in:
parent
975a54dd86
commit
d36fded576
1 changed files with 1 additions and 1 deletions
|
|
@ -2902,7 +2902,7 @@ CURLcode Curl_http_firstwrite(struct Curl_easy *data,
|
|||
bool *done)
|
||||
{
|
||||
struct SingleRequest *k = &data->req;
|
||||
DEBUGASSERT(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP));
|
||||
|
||||
if(data->req.ignore_cl) {
|
||||
k->size = k->maxdownload = -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue