Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
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: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4b8ed1
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f41b19f
Choose a head ref
  • 3 commits
  • 21 files changed
  • 2 contributors

Commits on Nov 20, 2017

  1. feat: send files HTTP request should stream (#629)

    * files add multipart HTTP request streams for real
    
    * fixed dangling multipart stream
    
    * multipart: better backpressure: waiting for drain before resuming file content
    
    * src/utils/request-api.js renamed to send-request.js
    
    * only do file backpressure on node because browser HTTP
    pgte authored and daviddias committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    dae62cb View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    daviddias committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    04bff8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41b19f View commit details
    Browse the repository at this point in the history
Loading