mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Fixed a missing line between headers and body.
This commit is contained in:
parent
9634dca7d8
commit
860a851a4b
@ -186,7 +186,7 @@ def main(args=None,
|
||||
stdout.write(status_line)
|
||||
stdout.write('\n')
|
||||
stdout.write(headers.encode('utf-8'))
|
||||
stdout.write('\n')
|
||||
stdout.write('\n\n')
|
||||
if args.print_body:
|
||||
stdout.write(body.encode('utf-8'))
|
||||
stdout.write('\n')
|
||||
|
Loading…
Reference in New Issue
Block a user