This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients karlcow, orsenthil, r.david.murray
Date 2013-03-03.18:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362337075.26.0.341292486129.issue17322@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-03-03 18:57:55orsenthilsetrecipients: + orsenthil, r.david.murray, karlcow
2013-03-03 18:57:55orsenthilsetmessageid: <1362337075.26.0.341292486129.issue17322@psf.upfronthosting.co.za>
2013-03-03 18:57:55orsenthillinkissue17322 messages
2013-03-03 18:57:55orsenthilcreate