- Notifications
You must be signed in to change notification settings - Fork261
Comparing changes
Open a pull request
base repository:EventSource/eventsource
Uh oh!
There was an error while loading.Please reload this page.
base:v1.0.7
head repository:EventSource/eventsource
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.1.1
- 17commits
- 7files changed
- 9contributors
Commits on Jan 25, 2020
Prevent sequential errors from attempting multiple reconnections (#125)
* prevent sequential errors from attempting multiple reconnections.* clean up testCo-authored-by: davidpatty <dpatty@qualtrics.com>
Support HTTP 302 redirects (#116)
* Support HTTP 302 redirects* added 302 to test and polyfill
Commits on Jan 27, 2020
- rexxars committed
Jan 27, 2020
Commits on Mar 15, 2020
- rexxars committed
Mar 15, 2020 test: destroy both proxied request and response on close
rexxars committedMar 15, 2020
Commits on May 24, 2020
Fix issue: reconnection only happends for 1 time after connection drops
Since the PR#125 fixed duplicate connections after reconnection by using a `connectionInProgress` lock to avoid function `connect()` be called duplicately.But it forgot to release the `connectionInProgress` lock when request error happends, in that case, our client can only retry for 1 time and never get the lock again.So it's needed to release the `connectionInProgress` lock when error happends.Signed-off-by: icy_fish <keith519@qq.com>
icy-fish committedMay 24, 2020
Commits on Jul 7, 2020
Merge pull request#136from icy-fish/master
Fix issue: re-connection only happens for 1 time after connection drops
joeybaker authoredJul 7, 2020
Commits on Mar 18, 2021
Update history for 1.1.0 (#146)
joeybaker authoredMar 18, 2021
Commits on May 12, 2022
fix: strip sensitive headers on redirect to different origin
rexxars committedMay 12, 2022 docs: update history for 1.1.1
rexxars committedMay 12, 2022 - rexxars committed
May 12, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.0.7...v1.1.1
Uh oh!
There was an error while loading.Please reload this page.