An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Piotr Sikora a1a8defb49 Access log: fix default value, broken by cb308813b453.
log->filter ("if" parameter) was uninitialized when the default value
was being used, which would lead to a crash (SIGSEGV) when access_log
directive wasn't specified in the configuration.

Zero-fill the whole structure instead of zeroing fields one-by-one
in order to prevent similar issues in the future.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
2014-06-03 10:53:48 -07:00
auto Upstream: generic hash module. 2014-06-02 16:16:22 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.1-RELEASE 2014-05-27 17:58:08 +04:00
misc Documented the switch from java XSLScript to xslscript.pl. 2014-04-21 13:48:41 +04:00
src Access log: fix default value, broken by cb308813b453. 2014-06-03 10:53:48 -07:00
.hgtags release-1.7.1 tag 2014-05-27 17:58:09 +04:00