b202e066fd
For HTTP/2, we do this validation in libnghttp2. http-parser does this partially, when it parses URI, but it does not do anything for Host header field. libspdylay does not perform anything. So do some additional validation for HTTP/1 and SPDY cases. integration tests were also added to make sure they work. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
alt-server.crt | ||
alt-server.key | ||
config.go.in | ||
nghttpx_http1_test.go | ||
nghttpx_http2_test.go | ||
nghttpx_spdy_test.go | ||
req-return.rb | ||
req-set-header.rb | ||
resp-return.rb | ||
resp-set-header.rb | ||
server.crt | ||
server.key | ||
server_tester.go | ||
setenv.in |