You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 5629dff5f1 PL280 release code 4 years ago
..
README.md PL280 release code 4 years ago
doc.go PL280 release code 4 years ago
frame.go PL280 release code 4 years ago
frameheader.go PL280 release code 4 years ago
goaway.go PL280 release code 4 years ago
http1frame.go PL280 release code 4 years ago
http2interop.go PL280 release code 4 years ago
http2interop_test.go PL280 release code 4 years ago
ping.go PL280 release code 4 years ago
s6.5.go PL280 release code 4 years ago
s6.5_test.go PL280 release code 4 years ago
settings.go PL280 release code 4 years ago
testsuite.go PL280 release code 4 years ago
unknownframe.go PL280 release code 4 years ago

README.md

HTTP/2 Interop Tests

This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients. To run, just type:

go test -spec :1234

Where ":1234" is the ip:port of a running server.