Skip to content

Better error reporting and HTTP2 proxy fixes

Compare
Choose a tag to compare
@filakhtov filakhtov released this 15 Jul 02:41
· 74 commits to master since this release
4fc52d9

This release contains an improvement to reporting an error status from gRPC stack by propagating it as part of the Status attached to the RequestException.

A breaking change to the config to require a scheme for a given base URI is introduced in order to fix certain situations where proxied request is sent to the service without a scheme causing request parsing failures.