summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2/ngx_http_v2_table.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14HTTP/2: shortened some debug log messages.Maxim Dounin1-2/+2
This ensures slightly more readable debug logs on 80-character-wide terminals.
2017-09-14HTTP/2: fixed debug log about indexed headers.Maxim Dounin1-1/+1
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.
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-0/+349
The SPDY support is removed, as it's incompatible with the new module.