Skip to content

Commit 753cf5c

Browse files
committed
tests: check if dask downstream tests rely on https being the actual protocol
1 parent 8e285ee commit 753cf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class HTTPFileSystem(AsyncFileSystem):
4343
HTML href tags will be used.
4444
"""
4545

46-
protocol = ("http", "https")
46+
protocol = ("https", "http")
4747
sep = "/"
4848

4949
def __init__(

0 commit comments

Comments
 (0)