You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix/custom options (#623)
* fix(volo-build): process the pilota.rust_wrapper_arc annotation for thrift server lib init codegen
* fix(volo-build): adapt to pilota-build for pb custom options
* chore: update pilota
Fix/custom options (#623)
* fix(volo-build): process the pilota.rust_wrapper_arc annotation for thrift server lib init codegen
* fix(volo-build): adapt to pilota-build for pb custom options
* chore: update pilota
fix(volo-http): fix error on ipv6 literal address resolving (#597)
* fix(volo-http): fix error on ipv6 literal address resolving
In previous implementation, the client cannot resolve IPv6 literal
address in URI like `http://[::1]:8080/` and it will throw
`BadHostName` without any context.
This commit fixes that 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.
* chore(volo-http): bump volo-http to 0.4.1
---------
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>