diff --git a/lib/model/indexhandler.go b/lib/model/indexhandler.go index 9212397d7..283b735b0 100644 --- a/lib/model/indexhandler.go +++ b/lib/model/indexhandler.go @@ -138,18 +138,6 @@ func (s *indexHandler) Serve(ctx context.Context) (err error) { close(stop) }() - // ctx, cancel := context.WithCancel(ctx) - - // Cancel the context when the connection closes - // go func() { - // select { - // case <-s.conn.Closed(): - // cancel() - // case <-ctx.Done(): - // case <-stop: - // } - // }() - // Broadcast the pause cond when the context quits go func() { select { diff --git a/test/h1/config.xml b/test/h1/config.xml index 71af048c2..8dce0e261 100644 --- a/test/h1/config.xml +++ b/test/h1/config.xml @@ -64,7 +64,7 @@ 0 false 0 - 32 + 4
127.0.0.1:8081
diff --git a/test/h2/config.xml b/test/h2/config.xml index a5290fa6c..704dafbd2 100644 --- a/test/h2/config.xml +++ b/test/h2/config.xml @@ -53,7 +53,7 @@ 0 false 0 - 32 + 4
tcp://127.0.0.1:22002