Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (110d) 

2024-06-17 09:16:14 UTC Now

2022-02-12 04:59:22 UTC MAIN commitmail json YAML

Update to http-client-0.7.11

0.7.11
* Allow making requests to raw IPv6 hosts #477
* Catch "resource vanished" exception on initial response read #480
* Search for reachable IP addresses asynchronously (RFC 6555, 8305) after
  calling getAddrInfo to reduce latency #472.

0.7.10
* Consume trailers and last CRLF of chunked body. The trailers are not
  exposed, unless the raw body is requested.

0.7.9
* Exceptions from streamed request body now cause the request to
  fail. Previously they were routed through onRequestBodyException and, by
  default, the IOExceptions were discarded.

(pho)