mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
remove stray TODO in the http3.Server
This commit is contained in:
parent
602212e983
commit
428bf488d1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue