Skip to content

Commit 00aa505

Browse files
praiskupxsuchy
authored andcommitted
dist-git-client: ask dist-git httpd server to send response as-is
... as-is == with no compression or transformation (e.g., no gzip, no brotli, no deflate - just raw bytes). Fixes: #88
1 parent aee3b5a commit 00aa505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dist-git-client/dist_git_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def download(url, filename):
111111
command = [
112112
"curl",
113113
"-H", "Pragma:",
114+
"-H", "Accept-Encoding: identity",
114115
"-o", filename,
115116
"--location",
116117
"--connect-timeout", "60",

0 commit comments

Comments
 (0)