3 Commits

Author SHA1 Message Date
Felipe Zimmerle
b1aed8d7c1 nginx: cosmetics: Splits lines longer than 80 characters 2016-02-02 12:28:52 -03:00
Felipe Zimmerle
0c8a5b2af0 nginx: copies the req body chain to be processed instead of move
Add a check for the definition MOVE_REQUEST_CHAIN_TO_MODSEC, whenever it is
set the chain will be moved into the brigade. If it was not set the chain
will be only copied. Moving was causing segfaults on the following
regression tests:

 #15 - SecRequestBodyInMemoryLimit
 #16 - SecRequestBodyInMemoryLimit (greater)
 #19 - SecRequestBodyLimitAction ProcessPartial (multipart/greater - chunked)
 (from: regression/config/10-request-directives.t)
2016-02-02 12:28:52 -03:00
Breno Silva
5303c003b4 Update master to 2.7.3 2013-03-22 18:52:42 -04:00