remove stray TODO in the http3.Server

This commit is contained in:
Marten Seemann 2021-01-01 12:50:21 +08:00
parent 602212e983
commit 428bf488d1

View file

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