]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The protocol version (eg: HTTP/1.1) in the request line parsing
authorJim Jagielski <jim@apache.org>
Tue, 17 Sep 2002 01:14:57 +0000 (01:14 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 17 Sep 2002 01:14:57 +0000 (01:14 +0000)
commit6453fb2a05cccfa05b9555ef4fea0f22d61df8a1
tree03d84fd0531eadc15953b9fb50caffb243e96c61
parent17138e89b877d7b39e673aaf10dc4b81bf5dbea5
The protocol version (eg: HTTP/1.1) in the request line parsing
is now case insensitive. Before, 'http/1.1' would silently be forced
to HTTP/1.0

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96857 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/protocol.c