fixed issue 1114, thanks Friedrich

This commit is contained in:
mdipierro
2012-10-25 10:04:04 -05:00
parent 74024301a5
commit b6d68f97d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-10-25 10:02:32) stable
Version 2.2.1 (2012-10-25 10:03:59) stable
+1 -1
View File
@@ -1192,7 +1192,7 @@ re_REQUEST_LINE = re.compile(r"""^
(?P<host>[^/]+) # Host
)? #
(?P<path>(\*|/[^ \?]*)) # Path
(\? (?P<query_string>[^ ]+))? # Query String
(\? (?P<query_string>[^ ]*))? # Query String
\ # (single space)
(?P<protocol>HTTPS?/1\.[01]) # Protocol
$