HeaderWireLength returns the size of the headers of the stream as received from the wire.
()
| 146 | // HeaderWireLength returns the size of the headers of the stream as received |
| 147 | // from the wire. |
| 148 | func (s *ServerStream) HeaderWireLength() int { |
| 149 | return s.headerWireLength |
| 150 | } |
| 151 | |
| 152 | // SetHeader sets the header metadata. This can be called multiple times. |
| 153 | // This should not be called in parallel to other data writes. |
no outgoing calls
no test coverage detected