Vitalii Levitskii
Vitalii Levitskii
Extracted response writer to dedicated file, introduced constructor type and simplified interface. This PR is part of header handling changes (https://github.com/yarpc/yarpc-go/issues/2265). This refactoring was extracted from tchannel PR to make...
headerCallerProcedureToRequest was dedicated to one particular header, transportHeadersToRequest dedicated to all the potential headers that should be parsed from transport.
Currently underlying implementation of headers handling wary significantly from one transport to another (docs/docs/headers-handling.md in this PR). Eventually, in one of the following releases, we want to make behaviour consistent...
Depends on #2251 Invalid argument passed to a function doesn't mean that we should return InvalidArgument error. For those cases we should return InternalError, because client can't fix this problem...
Currently underlying implementation of headers handling wary significantly from one transport to another (docs/docs/headers-handling.md in this PR). Eventually, in one of the following releases, we want to make behaviour consistent...
This is an umbrella issue for proposed changes in a headers filtering and value setting conditions. Currently underlying implementation of headers handling wary significantly from one transport to another (detailed...
Upgraded some dependencies to the versions according to an internal usage.