Delete commented out code

This commit is contained in:
Charlie Getzen 2021-10-20 19:16:01 -05:00
parent 6a444cf6b4
commit 434978f932
1 changed files with 0 additions and 1 deletions

View File

@ -2433,7 +2433,6 @@ func TestTimeoutHandlerRaceHeaderTimeout(t *testing.T) {
_, werr := w.Write([]byte("hi"))
writeErrors <- werr
})
// timeout := make(chan time.Time, 1) // write to this to force timeouts
h, cancel := NewTestTimeoutHandler(sayHi, 1*time.Second)
cst := newClientServerTest(t, h1Mode, h)