Skip to content

Conversation

@zhangkun83
Copy link
Contributor

No description provided.

/**
* Headers has been sent to the socket.
*/
public void headersSent() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should headersSent be outboundHeaders? I was going to suggest changing inboundHeaders until I realized it matched the methods in StreamTracer better. That can be done in a later PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed in the PR, because since the tracer API has not been released, it would be easier for me to back-port the rename to the 1.3.x branch right now than doing it after the release.

@zhangkun83 zhangkun83 added this to the 1.3 milestone Apr 17, 2017
@zhangkun83 zhangkun83 added the TODO:backport PR needs to be backported. Removed after backport complete label Apr 17, 2017
@zhangkun83 zhangkun83 merged commit 6618f97 into grpc:master Apr 17, 2017
@zhangkun83 zhangkun83 deleted the tracer_headers_received branch April 17, 2017 21:01
zhangkun83 added a commit to zhangkun83/grpc-java that referenced this pull request Apr 17, 2017
This is a partial backport of grpc#2921 into v1.3.x

The addition of inboundHeaders is not backported as it turns out to be
non-trivial as OkHttp is still on AbstractClientStream on v1.3.x while
has switched to AbstractClientStream2 on master.
zhangkun83 added a commit that referenced this pull request Apr 18, 2017
This is a partial backport of #2921 into v1.3.x

The addition of inboundHeaders is not backported as it turns out to be
non-trivial as OkHttp is still on AbstractClientStream on v1.3.x while
has switched to AbstractClientStream2 on master.
@ejona86
Copy link
Member

ejona86 commented Jun 29, 2017

Backport was done in #2922

@ejona86 ejona86 removed the TODO:backport PR needs to be backported. Removed after backport complete label Jun 29, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 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