Brad Fitzpatrick 11 anni fa
parent
commit
4da4e07460
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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")
 	}))