• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD25-Apr-2025221 105

doc.goD25-Apr-2025675 211

frame.goD25-Apr-2025749 269

frameheader.goD25-Apr-20253.3 KiB135101

go.modD25-Apr-202557 42

goaway.goD25-Apr-20252.1 KiB8759

http1frame.goD25-Apr-20251.5 KiB6438

http2interop.goD25-Apr-20258.7 KiB421340

http2interop_test.goD25-Apr-20254.7 KiB198159

ping.goD25-Apr-20251.8 KiB8052

s6.5.goD25-Apr-20252.9 KiB10566

s6.5_test.goD25-Apr-20251 KiB4123

settings.goD25-Apr-20253.2 KiB12795

testsuite.goD25-Apr-20251.9 KiB7145

unknownframe.goD25-Apr-20251.5 KiB6942

README.md

1HTTP/2 Interop Tests
2====
3
4This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients.  To run, just type:
5
6`go test -spec :1234`
7
8Where ":1234" is the ip:port of a running server.
9
10