Pārlūkot izejas kodu

Another test TODO

Brad Fitzpatrick 11 gadi atpakaļ
vecāks
revīzija
4da4e07460
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      http2_test.go

+ 1 - 0
http2_test.go

@@ -34,6 +34,7 @@ func TestServer(t *testing.T) {
 		// -- Write only
 		// -- WriteString
 		// -- both
+		// -- huge headers over a frame size so we get continuation headers.
 		// Look at net/http's Server tests for inspiration.
 		w.Header().Set("Foo", "Bar")
 	}))