This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
Zone.js higher than 0.6.21 breaks angular-universal https calls #484
Comments
This is because the EventEmitter.once is not handled properly, I have create a pull request, you can use my repository for test, https://github.com/JiaLiPassion/zone.js.git. |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Nov 9, 2016
…moveAllListeners
mhevery
pushed a commit
that referenced
this issue
Nov 16, 2016
…atch. (#500) * fix long-stack-trace zone will not render correctly when reject a promise * fix issue #484 and #491, patch EventEmitter.once and removeAllListeners * add event emitter once test case * prependlistener should add listener at the beginning of the listener array. add test cases for prepend listener and once. * use newest fetch to test
Any updates on this? |
This has been fixed, you can use the latest zone.js 0.7.1 to test. |
mhevery
pushed a commit
that referenced
this issue
Dec 5, 2016
…tch process.nextTick, fix removeAllListeners bug (#516) * fix long-stack-trace zone will not render correctly when reject a promise * fix issue #484 and #491, patch EventEmitter.once and removeAllListeners * add event emitter once test case * prependlistener should add listener at the beginning of the listener array. add test cases for prepend listener and once. * use newest fetch to test * patch process.nextTick * restore ZoneAwareError captureStackTrace function * move captureStackTrace test into node * use hasOwnProperty for check captureStackTrace exist or not * change var to const * add process.spec.ts into node_tests.ts target * add done in process.spec.ts * change var to let * add nexttick order case * add prepareStackTrace callback to ZoneAwareError * fix when EventEmitter removeAllListeners has no event type parameter, should remove all listeners * change some var to let/const, remove unnecessary cancelTask call * modify testcases * remove typo * use zone.scheduleMicrotask to patch process.nextTick * forget use let/const again * add comment to removeAllListeners patch, and remove useCapturing parameter cause it is not needed * update fetch to 2.0.1
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Dec 6, 2016
…moveAllListeners
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calls to https:// end up with error code: ECONNRESET, as described in angular/universal-starter#172
The text was updated successfully, but these errors were encountered: