Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
feihu-stripe committed Aug 17, 2022
1 parent dde7635 commit 4a55ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/transport/http2_server.go
Expand Up @@ -265,6 +265,7 @@ func NewServerTransport(conn net.Conn, config *ServerConfig) (_ ServerTransport,
czData: new(channelzData),
bufferPool: newBufferPool(),
}

// Add peer information to the http2server context.
t.ctx = peer.NewContext(t.ctx, t.getPeer())

Expand Down

0 comments on commit 4a55ac5

Please sign in to comment.