Skip to content

Commit 477c872

Browse files
committed
doc: added a note about the empty values of $echo_client_request_headers in HTTP/2 requests.
1 parent ae02057 commit 477c872

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,8 @@ Accessing `/echoback` yields
14931493

14941494
Behind the scene, it recovers `r->main->header_in` (or the large header buffers, if any) on the C level and does not construct the headers itself by traversing parsed results in the request object.
14951495

1496+
This varible is always evaluated to an empty value in HTTP/2 requests for now due to the current implementation.
1497+
14961498
This variable was first introduced in [version 0.15](#v015).
14971499

14981500
[Back to TOC](#table-of-contents)

0 commit comments

Comments
 (0)