Skip to content

Commit 5aa55e7

Browse files
committed
make : safe char for path
1 parent 7620e8f commit 5aa55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def update_path(self, params):
287287
query = params
288288

289289
self.path = urllib.parse.urlunsplit(
290-
('', '', urllib.parse.quote(path, safe='/%'), query, fragment))
290+
('', '', urllib.parse.quote(path, safe='/%:'), query, fragment))
291291

292292
def update_headers(self, headers):
293293
"""Update request headers."""

0 commit comments

Comments
 (0)