]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the way we are looking for "TLS/1.0" tokens.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 21 Apr 2020 09:02:20 +0000 (09:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 21 Apr 2020 09:02:20 +0000 (09:02 +0000)
commitadab20c8393d963be65af90ef4e6a97114b00366
tree6982dd3b0b20eb945b91728ed32c977bc7de36f2
parent8acbc07a956387f8987b962b1d61d2aa63f40d98
Fix the way we are looking for "TLS/1.0" tokens.
ap_find_token() is more robust than expecting the token to be the first one in the 'Upgrade' header field.

(see modules/ssl/ssl_engine_kernel.c#284)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876779 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/netware/mod_nw_ssl.c