httpbin
httpbin copied to clipboard
/stream/{n} returns additional newline for n > 1
I'm using stream/{n} to verify a streaming JSON parser but can't due to the addition of a newline (\n) at the end of the JSON responses for n > 1. If I request just a single stream response it works fine, no newline.
Is there a planned fix for this?