Skip to content

Commit

Permalink
fixes #535
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 15, 2022
1 parent b4df023 commit 9a00634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PharoLauncher-Core/PhLDownloadManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ PhLDownloadManager >> newHTTPClientForUrl: url [
signalProgress: true;
url: url;
enforceHttpSuccess: true;
withOptions: [ :options | options at: #queryKeyValueSafeSet put: (ZnOptions queryKeyValueSafeSet \ '/;') ];
ifFail: [ :exception | self downloadFailureForUrl: url ];
yourself
]
Expand Down

0 comments on commit 9a00634

Please sign in to comment.