]> git.kaiwu.me - nginx.git/commit
Request body: $request_body variable generalization.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 Nov 2012 00:55:06 +0000 (00:55 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 Nov 2012 00:55:06 +0000 (00:55 +0000)
commit743922a2ce266492a7ca034973d70c35ad7919e3
tree1f779db90cef20c421ebaa77b18b43fc2d4cca25
parentab5ac3b095acc5051a7e8088a301afd9704fc6fd
Request body: $request_body variable generalization.

The $request_body variable was assuming there can't be more than two
buffers.  While this is currently true due to request body reading
implementation details, this is not a good thing to depend on and may
change in the future.
src/http/ngx_http_variables.c