Senthil Kumaran added the comment:

Looks like curl is sending the headers without removing spaces. 
Check Raw here link here. (The link would probably be online a week)

http://requestb.in/1kfodmj1?inspect

$ curl --header "X-MyHeader    : 123" http://requestb.in/1kfodmj1
ok
$ curl --header "  X-MyHeader    :        123"http://requestb.in/1kfodmj1
ok
$ curl --header "  X-MyHeader\nY-Header    :        123" 
http://requestb.in/1kfodmj1
ok

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17322>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to