Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: simplify streaming http response code and use instances of pubsub tracker instead of a singleton #3719

Merged
merged 10 commits into from
Jun 18, 2021

Commits on Jun 16, 2021

  1. fix: hapi streaming responses

    Node 16 has broken something in Hapi that means `h.response(stream)` no longer works.
    
    The change is to use `h.abandon` and skip Hapi's stream parsing and manage
    writing into the raw response stream ourselves.
    
    Fixes the build problems seen in ipfs/interop#316
    achingbrain committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9cd4170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f10c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    699de5d View commit details
    Browse the repository at this point in the history
  2. chore: simplify deps

    achingbrain committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    450e824 View commit details
    Browse the repository at this point in the history
  3. chore: fix map

    achingbrain committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b614bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c83422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80759e1 View commit details
    Browse the repository at this point in the history
  6. chore: fix on node 14

    achingbrain committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    892ae82 View commit details
    Browse the repository at this point in the history
  7. chore: linting

    achingbrain committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7a9fdbf View commit details
    Browse the repository at this point in the history
  8. chore: depcheck

    achingbrain committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    e60a060 View commit details
    Browse the repository at this point in the history