Fix transport spuriously in notInUse state (#3374)
We now wait until all streams are closed before terminating a Netty connection (#3386)
Incompatible Changes:
User supplied values for reserved headers are stripped (“user-agent”, “content-type”, “te”)
InprocessChannelBuilder and InprocessServerBuilder now throw an exception when using the static constructor inherited from their base class
Carl Mastrangelo
unread,
Oct 13, 2017, 2:09:40 PM10/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
For the user provided headers like user-agent, note that this still works. The specific change is that creating a custom header key and setting it will not work. You can still set it on the Channel and the stub using the proper method call.