commit | 743922a2ce266492a7ca034973d70c35ad7919e3 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Nov 21 00:55:06 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Nov 21 00:55:06 2012 +0000 |
tree | 1f779db90cef20c421ebaa77b18b43fc2d4cca25 | |
parent | ab5ac3b095acc5051a7e8088a301afd9704fc6fd [diff] |
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.