From a1b7b3bb7f045a76485d56a8ef9245815e944ff8 Mon Sep 17 00:00:00 2001 From: Juhani Haverinen Date: Tue, 2 Aug 2016 14:53:42 +0300 Subject: [PATCH] Actually pass the rest field from get_request --- neomi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomi.py b/neomi.py index 7c6eace..b70c34a 100644 --- a/neomi.py +++ b/neomi.py @@ -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()