mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
Dan Fandrich's gzip patch applied
This commit is contained in:
parent
0b0a88b78d
commit
019c4088cf
6 changed files with 277 additions and 26 deletions
|
|
@ -190,6 +190,9 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
|||
break;
|
||||
|
||||
case GZIP:
|
||||
result = Curl_unencode_gzip_write(conn->data, &conn->keep, piece);
|
||||
break;
|
||||
|
||||
case COMPRESS:
|
||||
default:
|
||||
failf (conn->data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue