Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EventSource/eventsource Loading
base: v1.0.7
Choose a base ref
...
head repository: EventSource/eventsource Loading
compare: v1.1.1
Choose a head ref
  • 17 commits
  • 7 files changed
  • 9 contributors

Commits on Sep 14, 2018

  1. Add new to correct test (#111)

    shimaore authored and rexxars committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    82d38b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Prevent sequential errors from attempting multiple reconnections (#125)

    * prevent sequential errors from attempting multiple reconnections.
    
    * clean up test
    
    Co-authored-by: davidpatty <dpatty@qualtrics.com>
    2 people authored and rexxars committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    7a4627a View commit details
    Browse the repository at this point in the history
  2. Support HTTP 302 redirects (#116)

    * Support HTTP 302 redirects
    
    * added 302 to test and polyfill
    rybon authored and rexxars committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    fe907fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad734b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    dad588f View commit details
    Browse the repository at this point in the history
  2. Update HISTORY

    rexxars committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    664b47a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Run CI tests on node 12, 13

    rexxars committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    bc92424 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    61e1b19 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. 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 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    9a4190f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Merge pull request #136 from icy-fish/master

    Fix issue: re-connection only happens for 1 time after connection drops
    joeybaker committed Jul 7, 2020
    1 Configuration menu
    Copy the full SHA
    46fe04e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Update history for #136

    joeybaker committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3a38537 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    49497ba View commit details
    Browse the repository at this point in the history
  2. 1.1.0

    rexxars committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9dd0687 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    f9f6416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a951e5 View commit details
    Browse the repository at this point in the history
  3. chore: rebuild polyfill

    rexxars committed May 12, 2022
    Configuration menu
    Copy the full SHA
    56d489e View commit details
    Browse the repository at this point in the history
  4. 1.1.1

    rexxars committed May 12, 2022
    Configuration menu
    Copy the full SHA
    aa7a408 View commit details
    Browse the repository at this point in the history
Loading