]> git.kaiwu.me - nginx.git/commit
Fixed calls to ngx_open_file() in certain places.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 9 Aug 2017 12:03:27 +0000 (15:03 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 9 Aug 2017 12:03:27 +0000 (15:03 +0300)
commitb986b4314bb4f8fdcbcfe93c89a659d3d18691bc
tree40c34af2f9af465b15348f1869c7c2cfd0684b26
parent32c7bd5102571ec20e45f620d2916e612e3b2016
Fixed calls to ngx_open_file() in certain places.

Pass NGX_FILE_OPEN to ngx_open_file() to fix "The parameter is incorrect"
error on win32 when using the ssl_session_ticket_key directive or loading
a binary geo base.  On UNIX, this change is a no-op.
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_geo_module.c
src/stream/ngx_stream_geo_module.c