forked from quic-go/quic-go
remove stray TODO in the http3.Server
This commit is contained in:
@@ -226,7 +226,6 @@ func (s *Server) removeListener(l *quic.EarlyListener) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) handleConn(sess quic.EarlySession) {
|
func (s *Server) handleConn(sess quic.EarlySession) {
|
||||||
// TODO: accept control streams
|
|
||||||
decoder := qpack.NewDecoder(nil)
|
decoder := qpack.NewDecoder(nil)
|
||||||
|
|
||||||
// send a SETTINGS frame
|
// send a SETTINGS frame
|
||||||
|
|||||||
Reference in New Issue
Block a user