mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +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"
|
||||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||||
"github.com/marten-seemann/qpack"
|
"github.com/marten-seemann/qpack"
|
||||||
"github.com/onsi/ginkgo"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// allows mocking of quic.Listen and quic.ListenAddr
|
// allows mocking of quic.Listen and quic.ListenAddr
|
||||||
|
@ -198,7 +197,6 @@ func (s *Server) handleConn(sess quic.EarlySession) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
go func() {
|
go func() {
|
||||||
defer ginkgo.GinkgoRecover()
|
|
||||||
rerr := s.handleRequest(sess, str, decoder, func() {
|
rerr := s.handleRequest(sess, str, decoder, func() {
|
||||||
sess.CloseWithError(quic.ErrorCode(errorFrameUnexpected), "")
|
sess.CloseWithError(quic.ErrorCode(errorFrameUnexpected), "")
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue