4 Commits

Author SHA1 Message Date
Felipe Zimmerle
9be379fe26 niginx: cosmetics: Changes CRLF to LF 2014-04-30 11:43:32 -07:00
Felipe Zimmerle
6ee920d359 nginx: cosmetics: Splits lines longer than 80 characters 2014-04-30 11:43:28 -07:00
Felipe Zimmerle
dfb8bdb77c 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)
2014-04-30 07:24:49 -07:00
Breno Silva
5303c003b4 Update master to 2.7.3 2013-03-22 18:52:42 -04:00