You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to limitations at the time this code was written (no streaming support in the old Dojo request API), it is using the low-level Node.js request API so doesn’t easily support downloading via proxy. Should be updated to use the Dojo 2 Core request API, which supports HTTP proxies.
The proxy connection seems to work now but download fails on Windows with error:
$ node_modules/.bin/intern-runner config=tests/config/intern.sauce
Listening on 0.0.0.0:9000
Starting tunnel...
Invalid or unsupported zip format. No END header found
Due to limitations at the time this code was written (no streaming support in the old Dojo request API), it is using the low-level Node.js request API so doesn’t easily support downloading via proxy. Should be updated to use the Dojo 2 Core request API, which supports HTTP proxies.
See theintern/intern#215
The text was updated successfully, but these errors were encountered: