]> git.kaiwu.me - nginx.git/commit
OCSP stapling: fix error logging of successful OCSP responses.
authorPiotr Sikora <piotr@cloudflare.com>
Thu, 16 May 2013 22:37:13 +0000 (15:37 -0700)
committerPiotr Sikora <piotr@cloudflare.com>
Thu, 16 May 2013 22:37:13 +0000 (15:37 -0700)
commit1b10a9adf8447145ac2607f16681340049409fc8
treebe492fadb98fe7fd5c2fb0511a6736c668848975
parent8597218f386351d6c6cdced24af6716e19a18fc3
OCSP stapling: fix error logging of successful OCSP responses.

Due to a bad argument list, nginx worker would crash (SIGSEGV) while
trying to log the fact that it received OCSP response with "revoked"
or "unknown" certificate status.

While there, fix similar (but non-crashing) error a few lines above.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
src/event/ngx_event_openssl_stapling.c