From 9efa3c0fcc55d0998b648c69d1918f1779c4c6e9 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 26 Oct 2022 12:37:03 +0200 Subject: [builder][server][proxy] remove commented special pattern object definition from url_patterns.py --- src/hydrilla/url_patterns.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/hydrilla/url_patterns.py b/src/hydrilla/url_patterns.py index 860d456..84f56bc 100644 --- a/src/hydrilla/url_patterns.py +++ b/src/hydrilla/url_patterns.py @@ -101,18 +101,6 @@ class ParsedUrl: ParsedPattern = t.NewType('ParsedPattern', ParsedUrl) -# # We sometimes need a dummy pattern that means "match everything". -# catchall_pattern = ParsedPattern( -# ParsedUrl( -# orig_url = '' -# scheme = '' -# domain_labels = ('***',) -# path_segments = ('***',) -# has_trailing_slash = False -# port = 0 -# ) -# ) - # URLs with those schemes will be recognized but not all of them have to be # actually supported by Hydrilla server and Haketilo proxy. -- cgit v1.2.3