forked from quic-go/quic-go
http3: add HTTP Trailer support for servers (#4630)
This commit is contained in:
@@ -625,6 +625,7 @@ func (s *Server) handleRequest(conn *connection, str quic.Stream, datagrams *dat
|
||||
}
|
||||
}
|
||||
r.Flush()
|
||||
r.flushTrailers()
|
||||
}
|
||||
|
||||
// abort the stream when there is a panic
|
||||
|
||||
Reference in New Issue
Block a user