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: grantila/fetch-h2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.5
Choose a base ref
...
head repository: grantila/fetch-h2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 1 contributor

Commits on Jun 5, 2020

  1. test(goaway): skip goaway test, since it's broken in Node.js nowadays…

    … (in multiple versions)
    grantila committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c3309be View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. fix(deps): bumped deps

    grantila committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    fbc90bd View commit details
    Browse the repository at this point in the history
  2. feat(core): added support for absolute redirections

    Also fixed async ref issue with http2 relative redirections
    
    fix #107
    grantila committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    c22c63c View commit details
    Browse the repository at this point in the history
  3. ci(node): test on Node.js 14

    grantila committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ee5c42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93a54a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec7c32 View commit details
    Browse the repository at this point in the history
  6. fix(node): fixed https connection issue on Node.js 12 and 13

    by applying the workaround as in nodejs/node#33343
    
    fix #104
    grantila committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f313c55 View commit details
    Browse the repository at this point in the history
Loading