aboutsummaryrefslogtreecommitdiff
path: root/src/http/v2/ngx_http_v2_table.c
Commit message (Collapse)AuthorAge
* HTTP/2: externalized various constants and interfaces.Maxim Dounin2018-03-17
|
* HTTP/2: shortened some debug log messages.Maxim Dounin2017-09-14
| | | | | This ensures slightly more readable debug logs on 80-character-wide terminals.
* HTTP/2: fixed debug log about indexed headers.Maxim Dounin2017-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 Bartenev2015-09-11
The SPDY support is removed, as it's incompatible with the new module.