Skip to content

Conversation

@kjin
Copy link
Contributor

@kjin kjin commented Dec 7, 2017

channel.ts - We need to append the protocol to the incoming address parameter before it's turned into a URL (instead of after) - otherwise the hostname will be parsed as the protocol.

call-credentials.ts/client.ts - Google TS style guide prohibits use of Object types

call-stream.ts - headers doesn't have Object prototype functions, so headers.hasOwnProperty fails. Also, destroying an http2 stream twice causes problems

metadata.ts - compiler complains about values being undefined, also I added a note on Node 8.8 serializing headers incorrectly

@kjin kjin requested a review from murgatroid99 December 7, 2017 22:58
@kjin kjin changed the title grpc-js-work: compiler error and http2-facing fixes grpc-js-core: compiler error and http2-facing fixes Dec 7, 2017
@murgatroid99 murgatroid99 merged commit e48ac4e into grpc:master Dec 8, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants