]> git.ipfire.org Git - thirdparty/curl.git/commit
chunk/encoding: remove conn->data references
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Jan 2021 09:58:12 +0000 (10:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2021 12:19:58 +0000 (13:19 +0100)
commitc977a6d0dc2b124168af0746915564a371427ee0
treebfb40023d9da4febc0ea7e6a240594e3c7744a49
parent0a5827571f97feded67d6abc837c332224917f75
chunk/encoding: remove conn->data references

... by anchoring more functions on Curl_easy instead of connectdata

Closes #6498
lib/content_encoding.c
lib/content_encoding.h
lib/http.c
lib/http_chunks.c
lib/http_chunks.h
lib/http_proxy.c
lib/transfer.c