improbable-eng / js-browser-headers

Compatibility Layer for the Headers class
Apache License 2.0
12 stars 9 forks source link

Header pairs delimiter #13

Closed PKopachevsky closed 6 years ago

PKopachevsky commented 7 years ago

appendFromString method is used to parse response Trailers in grpc-web-client.

However, non all GRPC proxies delimit trailer name/value pair with ": ".

For example Envoy grpc-web filter delimits them just with ":" without space. And thus grpc-web-client can't get grpc status from response.

MarcusLongmuir commented 6 years ago

Apologies for the long delay in getting to this.