Commit f1c6cd42 authored by Gisle Vanem's avatar Gisle Vanem Committed by Daniel Stenberg
Browse files

typo fix

parent 2a0c7ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp)
#ifdef CURL_DOES_CONVERSIONS
  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)) {
    /* We're sending the HTTP request headers, not the data.
       Remember that so we don't re-translate them into garbage. */