]> granicus.if.org Git - apache/commit
optimize lookup of ssl-{unclean,accurate}-shutdown flags:
authorDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 02:23:09 +0000 (02:23 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 02:23:09 +0000 (02:23 +0000)
commit59a9e4f0ab604f17a8653de7f98fe44cf5f5036c
tree9b01b4caa8cbdad881ef88946fac09ea370f05fd
parenta052fc9a497df473d7e5f79e722391f785e9abcf
optimize lookup of ssl-{unclean,accurate}-shutdown flags:
- only look through the table once, rather than 2 apr_table_gets()
- case-sensitive and use strcmp() as little as possible
- only lookup once per-connection, as the flags will not change across
  keepalive requests
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92121 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_kernel.c