-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndjson problems #1978
Comments
this stuff is very important we need serious API tests here. |
F****. I'm so sorry, this is a bug in the request library I'm using and not in go ipfs. The headers are set to chunked output and it's not detecting them properly. So sorry about this 😊 |
|
@dignifiedquire so it does return proper ndjson output? |
@jbenet It returns proper chunked output, for why it's causing issues see: ipfs-inactive/js-ipfs-http-client#76 (comment) |
Currently
returns something that looks like ndjson but is not: https://gist.github.com/Dignifiedquire/93d2b01c638f08a77f68. According to the spec every line has to be a valid json object.
Ref ipfs-inactive/js-ipfs-http-client#76
The text was updated successfully, but these errors were encountered: