]> git.kaiwu.me - nginx.git/commit
Dav: added error logging.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 7 Feb 2018 13:44:29 +0000 (16:44 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 7 Feb 2018 13:44:29 +0000 (16:44 +0300)
commitd31d547dba886fcbc3738e649b1667e65170e6e1
treef542904dc1cf44edf601d5430e884e6baaffde50
parentbde18907ac71a521b076a73270bfebe99afa6cdf
Dav: added error logging.

Previously, when request body was not available or was previously read in
memory rather than a file, client received HTTP 500 error, but no explanation
was logged in error log.  This could happen, for example, if request body was
read or discarded prior to error_page redirect, or if mirroring was enabled
along with dav.
src/http/modules/ngx_http_dav_module.c