Skip to content

Commit

Permalink
Update clientStreamAttempt context with transport context
Browse files Browse the repository at this point in the history
  • Loading branch information
aranjans committed Apr 10, 2024
1 parent 308dbc4 commit c9b7f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ func (a *csAttempt) newStream() error {
return toRPCErr(nse.Err)
}
a.s = s
a.ctx = s.Context()
a.p = &parser{r: s, recvBufferPool: a.cs.cc.dopts.recvBufferPool}
return nil
}
Expand Down

0 comments on commit c9b7f57

Please sign in to comment.