Actually pass the rest field from get_request

This commit is contained in:
Juhani Haverinen 2016-08-02 14:53:42 +03:00
parent d3cfc5601e
commit a1b7b3bb7f
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ def get_request(sockreader, *, config):
path = normalize_path(path, config = config)
return path, protocol, None
return path, protocol, rest
infofiles_cached = set()
infofiles_cached_lock = threading.Lock()