Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | HTTP/2: externalized various constants and interfaces. | Maxim Dounin | 2018-03-17 |
| | |||
* | HTTP/2: shortened some debug log messages. | Maxim Dounin | 2017-09-14 |
| | | | | | This ensures slightly more readable debug logs on 80-character-wide terminals. | ||
* | HTTP/2: fixed debug log about indexed headers. | Maxim Dounin | 2017-09-14 |
| | | | | | | | | Previously, "get indexed header" message was logged when in fact only header name was obtained using an index, and "get indexed header name" was logged when full header representation (name and value) was obtained using an index. Fixed version logs "get indexed name" and "get indexed header" respectively. | ||
* | The HTTP/2 implementation (RFC 7240, 7241). | Valentin Bartenev | 2015-09-11 |
The SPDY support is removed, as it's incompatible with the new module. |