Loading lib/http_chunks.c +10 −10 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -326,8 +326,8 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn, #ifdef CURL_DOES_CONVERSIONS /* Convert to host encoding before calling Curl_client_write */ result = Curl_convert_from_network(conn->data, ch->hexbuffer, ch->hexindex); conn->trailer, conn->trlPos); if(result != CURLE_OK) { /* Curl_convert_from_network calls failf if unsuccessful */ /* Treat it as a bad chunk */ Loading Loading
lib/http_chunks.c +10 −10 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -326,8 +326,8 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn, #ifdef CURL_DOES_CONVERSIONS /* Convert to host encoding before calling Curl_client_write */ result = Curl_convert_from_network(conn->data, ch->hexbuffer, ch->hexindex); conn->trailer, conn->trlPos); if(result != CURLE_OK) { /* Curl_convert_from_network calls failf if unsuccessful */ /* Treat it as a bad chunk */ Loading