Skip to content

v3.0.1

Compare
Choose a tag to compare
@alanshaw alanshaw released this 26 May 11:38
· 45 commits to main since this release
  • Disables output streaming when adding directories to fix a problem with IPFS Clusters hosted behind an nginx reverse proxy. Currently if any response is received before the request has finished uploading then nginx doesn't know how to deal with that and terminates the connection. What this means is that if you upload a small file then a big file the request will fail whereas a big file followed by a small file might succeed.
    • Note: the code buffers the output so there is no need to stream or have the complexity of a newline delimited parser to deal with it.