You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is:
In Server.processUnaryRPC the call to set the compression mode of the stream ( stream.SetSendCompress(s.opts.cp.Type())) is made too late, and some SendHeader calls already completed.
You can easily make the
TestCompressOK
test fail by adding client-side metadata.This has been a massive time sink in #683. It seems that the
sendCompress
secition in code inhttp2Server.WriteHeader
never gets calledThe text was updated successfully, but these errors were encountered: