Loading lib/content_encoding.c +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ Curl_unencode_deflate_write(struct SessionHandle *data, ssize_t nread) { int status; /* zlib status */ CURLcode result = CURLE_OK; /*?*/ /* Curl_client_write status */ CURLcode result = CURLE_OK; /* Curl_client_write status */ char decomp[DSIZ]; /* Put the decompressed data here. */ z_stream *z = &k->z; /* zlib state structure */ Loading Loading @@ -218,7 +218,7 @@ Curl_unencode_gzip_write(struct SessionHandle *data, ssize_t nread) { int status; /* zlib status */ int result = CURLE_OK; /*?*/ /* Curl_client_write status */ CURLcode result = CURLE_OK; /* Curl_client_write status */ char decomp[DSIZ]; /* Put the decompressed data here. */ z_stream *z = &k->z; /* zlib state structure */ Loading Loading
lib/content_encoding.c +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ Curl_unencode_deflate_write(struct SessionHandle *data, ssize_t nread) { int status; /* zlib status */ CURLcode result = CURLE_OK; /*?*/ /* Curl_client_write status */ CURLcode result = CURLE_OK; /* Curl_client_write status */ char decomp[DSIZ]; /* Put the decompressed data here. */ z_stream *z = &k->z; /* zlib state structure */ Loading Loading @@ -218,7 +218,7 @@ Curl_unencode_gzip_write(struct SessionHandle *data, ssize_t nread) { int status; /* zlib status */ int result = CURLE_OK; /*?*/ /* Curl_client_write status */ CURLcode result = CURLE_OK; /* Curl_client_write status */ char decomp[DSIZ]; /* Put the decompressed data here. */ z_stream *z = &k->z; /* zlib state structure */ Loading