httpclient.h
5.37 KB
-
httpclient: handle chunked responses · 6b208836
Detect responses that are sent with Transfer-Encoding: chunked, and record that information so that we can consume the entire message body.
Edward Thomson committed
Detect responses that are sent with Transfer-Encoding: chunked, and record that information so that we can consume the entire message body.