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 r.david.murray
Recipients Andrey, christian.heimes, r.david.murray
Date 2017-11-14.16:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510676966.97.0.213398074469.issue32021@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so there are "real" filenames that have .br on the end?  That wasn't clear from the RFC and discussions I found.  Based on the documentation, br is for use in the Content-Encoding header.

What does aiohttp do when it gets a brotli encoded file?  What does it do with the other types in the http content-encoding table? (https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding)

Where is the standard that talks about the '.br' file extension?
History
Date User Action Args
2017-11-14 16:29:26r.david.murraysetrecipients: + r.david.murray, christian.heimes, Andrey
2017-11-14 16:29:26r.david.murraysetmessageid: <1510676966.97.0.213398074469.issue32021@psf.upfronthosting.co.za>
2017-11-14 16:29:26r.david.murraylinkissue32021 messages
2017-11-14 16:29:26r.david.murraycreate