What's Changed
Bug Fixes
In previous implementation, HTTP client cannot resolve IPv6 literal address in URI like http://[::1]:8080/
, and it will throw BadHostName
without any context.
This version fixes this issue and adds context for errors like BadScheme
and BadHostName
, which will now print the error message along with its content, it should make troubleshooting easier.
Detailed Commits
- fix(volo-http): fix error on ipv6 literal address resolving by @yukiiiteru in #597
Full Changelog: volo-http-0.4.0...volo-http-0.4.1