Browse Source

Another test TODO

Brad Fitzpatrick 11 years ago
parent
commit
4da4e07460
1 changed files with 1 additions and 0 deletions
  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")
 	}))