httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

/stream/{n} returns additional newline for n > 1

Open jshier opened this issue 5 years ago • 1 comments

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.

jshier avatar Feb 16 '20 05:02 jshier

Is there a planned fix for this?

elenalape avatar May 05 '21 11:05 elenalape