Sangdeuk Kwon
Sangdeuk Kwon
After a `ngx.semaphore.wait()` call, if the current request is terminated by Nginx due to `client_header_timeout` or `client_body_timeout`, the corresponding `post()` is never executed. As a result, all subsequent attempts to...
After a ngx.semaphore.wait() call, if the current request is terminated by Nginx due to client_header_timeout or client_body_timeout, the corresponding post() is never executed. As a result, all subsequent attempts to...
After auto-reloading the MMDB, clear the cached 'database->address'. If not cleared, a subsequent lookup for the same IP would reuse the stale 'database->result' (containing pointers/offsets from the *old* DB), leading...
When auto_reload is enabled, ngx_http_geoip2_module can return stale or incorrect GeoIP data if the same IP address is queried immediately after a GeoIP database reload. **Problem Details:** The module caches...