mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:23:08 +03:00
typo fix
This commit is contained in:
parent
2a0c7ea4cc
commit
f1c6cd42f4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp)
|
||||||
#ifdef CURL_DOES_CONVERSIONS
|
#ifdef CURL_DOES_CONVERSIONS
|
||||||
bool sending_http_headers = FALSE;
|
bool sending_http_headers = FALSE;
|
||||||
|
|
||||||
if((conn->protocol&(CURLPROTO_HTTP|CURLPROTO_RTSP)) &&
|
if((conn->handler->protocol&(CURLPROTO_HTTP|CURLPROTO_RTSP)) &&
|
||||||
(data->state.proto.http->sending == HTTPSEND_REQUEST)) {
|
(data->state.proto.http->sending == HTTPSEND_REQUEST)) {
|
||||||
/* We're sending the HTTP request headers, not the data.
|
/* We're sending the HTTP request headers, not the data.
|
||||||
Remember that so we don't re-translate them into garbage. */
|
Remember that so we don't re-translate them into garbage. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue