mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Made search for path case insensitive
This commit is contained in:
parent
c5b5193c0f
commit
225b071883
@ -127,7 +127,7 @@ class UnsupportedSchemeException(Exception):
|
||||
|
||||
class ProxyHandler(BaseHTTPRequestHandler):
|
||||
|
||||
r = compile(r'http://[^/]+(/?.*)')
|
||||
r = compile(r'http://[^/]+(/?.*)(?i)')
|
||||
|
||||
def _connect_to_host(self):
|
||||
# Get hostname and port to connect to
|
||||
|
Loading…
x
Reference in New Issue
Block a user