Loading TODO-RELEASE +0 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,6 @@ To be addressed in 7.19.5 (planned release: May 2009) 229 - [PATCH] to correct spelling in ABI 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 231 - [PATCH] TPF-platform specific changes to various files - committed with minor changes - awaiting feedback Loading lib/http.c +9 −1 Original line number Diff line number Diff line Loading @@ -1544,10 +1544,18 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, else for(i = 0; i < gotbytes; ptr++, i++) { perline++; /* amount of bytes in this line so far */ if(*ptr=='\n') { if(*ptr=='\x0a') { char letter; int writetype; #ifdef CURL_DOES_CONVERSIONS /* convert from the network encoding */ result = Curl_convert_from_network(data, line_start, perline); /* Curl_convert_from_network calls failf if unsuccessful */ if(result) return result; #endif /* CURL_DOES_CONVERSIONS */ /* output debug if that is requested */ if(data->set.verbose) Curl_debug(data, CURLINFO_HEADER_IN, Loading Loading
TODO-RELEASE +0 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,6 @@ To be addressed in 7.19.5 (planned release: May 2009) 229 - [PATCH] to correct spelling in ABI 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 231 - [PATCH] TPF-platform specific changes to various files - committed with minor changes - awaiting feedback Loading
lib/http.c +9 −1 Original line number Diff line number Diff line Loading @@ -1544,10 +1544,18 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, else for(i = 0; i < gotbytes; ptr++, i++) { perline++; /* amount of bytes in this line so far */ if(*ptr=='\n') { if(*ptr=='\x0a') { char letter; int writetype; #ifdef CURL_DOES_CONVERSIONS /* convert from the network encoding */ result = Curl_convert_from_network(data, line_start, perline); /* Curl_convert_from_network calls failf if unsuccessful */ if(result) return result; #endif /* CURL_DOES_CONVERSIONS */ /* output debug if that is requested */ if(data->set.verbose) Curl_debug(data, CURLINFO_HEADER_IN, Loading