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: restify/node-restify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: restify/node-restify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.x
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 29, 2021

  1. fix: use more reliable close event

    The close event from the request object is not guaranteed to fire on the
    same order across major versions of Node.js, the more accurate way to
    look if the connection was closed is to listen to the event on the
    socket. Fixes tests on v16.
    
    Ref: nodejs/node#38924
    mmarchini committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e183e5d View commit details
    Browse the repository at this point in the history
  2. chore: fix flaky test

    mmarchini committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    604ea33 View commit details
    Browse the repository at this point in the history
  3. chore: Actions CI for 16

    mmarchini committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5b4f68e View commit details
    Browse the repository at this point in the history
  4. chore: run ci on 8.x

    mmarchini committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    71502f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ce3e3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8861e02 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    91a42d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1482a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb5e68 View commit details
    Browse the repository at this point in the history
Loading