mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-28 00:01:40 -04:00
786 B
786 B
1.1.5
improvements
- pattern matching support for responses has been backported to ruby 2.7 as well.
bugfixes
streamplugin: fix forHTTPX::StreamResponse#each_linenot yielding the last line of the payload when not delimiter-terminated.streamplugin: fixwebmockadapter integration when methods calls would happen in theHTTPX::StreamResponse#eachblock.streamplugin: fix:follow_redirectsplugin integration which was caching the redirect response and using it for method calls inside theHTTPX::StreamResponse#eachblock.- "103 early hints" responses will be ignored when processing the response (it was causing the response returned by sesssions to hold its headers, instead of the following 200 response, while keeping the 200 response body).