minor: cleanup comboparse and http2

This commit is contained in:
Username
2025-12-21 23:37:59 +01:00
parent 9e7c8d78b3
commit 01d5dfd477
2 changed files with 5 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ def _parse_url(url):
url = url[1:]
port = 0
else:
raise
raise ValueError("invalid URL scheme: %s" % url[:50])
if not '/' in url: url = url + '/'