mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
fix compilation when http is disabled
This commit is contained in:
parent
bdb338b3c7
commit
0032ce762e
2 changed files with 18 additions and 21 deletions
|
|
@ -3065,10 +3065,6 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn,
|
|||
return checkhttpprefix(data, s);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* header_append() copies a chunk of data to the end of the already received
|
||||
* header. We make sure that the full string fit in the allocated header
|
||||
|
|
@ -3805,3 +3801,4 @@ CURLcode Curl_http_readwrite_headers(struct SessionHandle *data,
|
|||
return CURLE_OK;
|
||||
}
|
||||
|
||||
#endif /* CURL_DISABLE_HTTP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue