github cloudwego/volo volo-http-0.4.1
Volo-HTTP 0.4.1

latest releases: volo-thrift-0.11.2, volo-0.11.1, volo-thrift-0.11.1...
2 months ago

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

Don't miss a new volo release

NewReleases is sending notifications on new releases.