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 song1st
Recipients martin.panter, song1st
Date 2017-02-08.11:08:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486552109.65.0.488554925189.issue29479@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I thought I misunderstood the meaning.

I want no "ACCEPT-ENCODING" even "ACCEPT-ENCODING: identity".
I tried to modify the code from 
    if 'accept-encoding' in header_names:
to
    if not 'accept-encoding' in header_names:

The http request will be no "ACCEPT-ENCODING".
This is what I want.
History
Date User Action Args
2017-02-08 11:08:29song1stsetrecipients: + song1st, martin.panter
2017-02-08 11:08:29song1stsetmessageid: <1486552109.65.0.488554925189.issue29479@psf.upfronthosting.co.za>
2017-02-08 11:08:29song1stlinkissue29479 messages
2017-02-08 11:08:29song1stcreate