We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b604c3 commit 40cc203Copy full SHA for 40cc203
httpie/output/writer.py
@@ -20,7 +20,7 @@
20
from ..utils import parse_content_type_header
21
22
23
-MESSAGE_SEPARATOR = '\n\n'
+MESSAGE_SEPARATOR = '\n'
24
MESSAGE_SEPARATOR_BYTES = MESSAGE_SEPARATOR.encode()
25
26
0 commit comments