forked from quic-go/quic-go
http3: simplify response header writing (#4441)
This commit is contained in:
@@ -101,6 +101,10 @@ func (s *stream) Write(b []byte) (int, error) {
|
||||
return s.Stream.Write(b)
|
||||
}
|
||||
|
||||
func (s *stream) writeUnframed(b []byte) (int, error) {
|
||||
return s.Stream.Write(b)
|
||||
}
|
||||
|
||||
func (s *stream) StreamID() protocol.StreamID {
|
||||
return s.Stream.StreamID()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user