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 rhettinger
Recipients Arfrever, martin.panter, orsenthil, pitrou, rhettinger
Date 2016-08-30.21:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472592119.62.0.602317811991.issue22450@psf.upfronthosting.co.za>
In-reply-to
Content
Putting it another way:   To an origin server, 'Accept: */*' means it can return anything it wants.  To a proxy server, the absence of an accept header means in can return anything it has cached (possibly different from what the origin server would have returned).  In contract, to a proxy server, 'Accept: */*' means return exactly what the origin server would have returned with the same headers.
History
Date User Action Args
2016-08-30 21:21:59rhettingersetrecipients: + rhettinger, orsenthil, pitrou, Arfrever, martin.panter
2016-08-30 21:21:59rhettingersetmessageid: <1472592119.62.0.602317811991.issue22450@psf.upfronthosting.co.za>
2016-08-30 21:21:59rhettingerlinkissue22450 messages
2016-08-30 21:21:59rhettingercreate