Brad Fitzpatrick пре 11 година
родитељ
комит
4da4e07460
1 измењених фајлова са 1 додато и 0 уклоњено
  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")
 	}))