]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitca285b543a15f5a0d2786258b4849c4417ae9eb0
tree4b2697c33465d0b5c57aab700ec3a3d27beb5ba0
parent0b5976c06a825d56ea8e4c2c5778c25002a40ab0
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/modules/ssl@92121 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.h
ssl_engine_kernel.c