http3: add HTTP Trailer support for servers (#4630)

This commit is contained in:
Kevin McDonald
2024-09-07 06:51:54 +02:00
committed by GitHub
parent ad8f3c0ff8
commit 09c2ac8aab
4 changed files with 203 additions and 4 deletions

View File

@@ -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