mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove stray GinkgoRecover() in http3.Server
This commit is contained in:
parent
f5d88d3edd
commit
215ca4c155
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ import (
|
|||
"github.com/lucas-clemente/quic-go"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/marten-seemann/qpack"
|
||||
"github.com/onsi/ginkgo"
|
||||
)
|
||||
|
||||
// allows mocking of quic.Listen and quic.ListenAddr
|
||||
|
@ -198,7 +197,6 @@ func (s *Server) handleConn(sess quic.EarlySession) {
|
|||
return
|
||||
}
|
||||
go func() {
|
||||
defer ginkgo.GinkgoRecover()
|
||||
rerr := s.handleRequest(sess, str, decoder, func() {
|
||||
sess.CloseWithError(quic.ErrorCode(errorFrameUnexpected), "")
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue