Tatsuhiro Tsujikawa
|
41dd5f6897
|
nghttpx: Tokenize request method
We share the same method value with http-parser. This commit also
returns 501 for unknown request method on HTTP/2 and SPDY frontend.
|
2015-06-09 23:33:14 +09:00 |
Tatsuhiro Tsujikawa
|
1c06cfd29f
|
integration: Use our own copy of golang spdy package
Official golang spdy package is done. We made a copy of it until we
drop spdy support.
|
2015-05-23 00:01:45 +09:00 |
Tatsuhiro Tsujikawa
|
026521b097
|
integration: Add tests for --header-field-buffer and --max-header-fields
|
2015-04-29 22:54:25 +09:00 |
Tatsuhiro Tsujikawa
|
4e68ca8233
|
integration: Add tests about via header field manipulation
This test reveals bug in SPDY upstream code, and contains its fix.
|
2015-01-27 00:19:57 +09:00 |
Tatsuhiro Tsujikawa
|
9a89db575a
|
nghttpx: Reject multiple Content-Length even if their values are identical
|
2015-01-24 00:07:28 +09:00 |
Tatsuhiro Tsujikawa
|
0fcfe16dc5
|
integration: Document each test cases
|
2015-01-24 00:01:14 +09:00 |
Tatsuhiro Tsujikawa
|
990f9ed4de
|
integration: Split up single file to 3 based on frontend type
|
2015-01-23 23:37:11 +09:00 |