Releases: MyJetTools/my-http-client
Releases · MyJetTools/my-http-client
0.1.2
feat: Fix http1 parsing and build warnings
This commit includes the following changes:
- Fixes a bug in
parse_chunk_sizeto correctly handle chunk extensions in chunked transfer encoding. - Fixes a bug in
read_exactto properly handle timeouts. - Resolves build warnings related to mismatched lifetime syntaxes in
MyHttpClientConnectorandMyHttpClientHeadersBuilder.