fixed issue 1114, thanks Friedrich
This commit is contained in:
@@ -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
@@ -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
|
||||
$
|
||||
|
||||
Reference in New Issue
Block a user