--- /home/mccreed/curlinux/lib/http_chunks.c 2007-01-15 17:34:25.555883000 -0500 +++ lib/http_chunks.c 2007-01-15 17:12:43.000000000 -0500 @@ -326,8 +326,8 @@ #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 */