Tatsuhiro Tsujikawa
|
888792a949
|
nghttp2_hd: Allow HTAB and obs-text characters for field-content
|
2014-01-03 22:46:40 +09:00 |
Tatsuhiro Tsujikawa
|
dfcdea894b
|
Move header name/value pair validation to on_*_received functions
|
2013-12-25 23:38:55 +09:00 |
Tatsuhiro Tsujikawa
|
f2f8300b62
|
Add more tests for nghttp2_adjust_local_window_size
|
2013-10-31 21:26:53 +09:00 |
Tatsuhiro Tsujikawa
|
ad64f11a95
|
Remove code submitting WINDOW_UPDATE with negative delta
It is effectively dead code because we should have already submit
WINDOW_UPDATE before this case happens.
|
2013-10-30 23:43:40 +09:00 |
Tatsuhiro Tsujikawa
|
e85418f045
|
Fix local window size adjustments
Now shrinking local window size properly limits the amount of
WINDOW_UPDATE value so that shrinked window is honored.
|
2013-10-12 17:02:37 +09:00 |
Tatsuhiro Tsujikawa
|
82b9f78fc7
|
Check incoming header field name strictly
The validation rule is described in
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-02#section-4.1.2
|
2013-08-25 17:39:29 +09:00 |
Tatsuhiro Tsujikawa
|
b979d2e8d2
|
Support increment/reduction of local window size by WINDOW_UPDATE
|
2013-08-09 00:58:52 +09:00 |