commit | fe88060598a7d7b0d9b1ec7dca087aeb1846254f | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 29 22:20:54 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 29 22:20:54 2021 +0300 |
tree | 411d6f4191dc071c1774feec0e3a3f313a21cb67 | |
parent | cf4e7e592480425b7501b29f0aeffc483a10e215 [diff] |
Request body: added alert to catch duplicate body saving. If due to an error ngx_http_request_body_save_filter() is called more than once with rb->rest == 0, this used to result in a segmentation fault. Added an alert to catch such errors, just in case.