]> git.kaiwu.me - nginx.git/commit
Geo: fixed handling of AF_UNIX client addresses (ticket #1684).
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 14 Dec 2018 15:11:06 +0000 (18:11 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 14 Dec 2018 15:11:06 +0000 (18:11 +0300)
commitce4a23d144762cfa27c0e4b13f74cada2f7486a8
treeec74ac1e34aca2303c00ea4617b8be17f4be9edf
parentcb4dd56771c1af082bf3e810436712b4f48f2cf2
Geo: fixed handling of AF_UNIX client addresses (ticket #1684).

Previously, AF_UNIX client addresses were handled as AF_INET, leading
to unexpected results.
src/http/modules/ngx_http_geo_module.c
src/stream/ngx_stream_geo_module.c