#34916: Add support for brotli compression
-------------------------------+--------------------------------------
     Reporter:  Tom Carrick    |                    Owner:  nobody
         Type:  New feature    |                   Status:  closed
    Component:  HTTP handling  |                  Version:  dev
     Severity:  Normal         |               Resolution:  wontfix
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Please first start a discussion on the DevelopersMailingList, where you'll
 reach a wider audience and see what other think, and
 [https://docs.djangoproject.com/en/stable/internals/contributing/bugs-and-
 features/#requesting-features follow the guidelines with regards to
 requesting features]. A new compression middleware doesn't need to be a
 part of Django itself, and changing to `brotli` has some disadvantages:
 it's slower than `gzip` and it's not so widely supported (but it's still
 supported by most modern browsers).

 > There is a third party package, ​django-brotli but it seems a bit
 unmaintained. It is out of date - it doesn't support compressing streaming
 responses as the brotli Python bindings didn't support it, but it now
 does. It also doesn't have any BREACH mitigation.

 My initial response, is that it's not Django job to maintain 3rd-party
 packages. Especially, when they are not vital for the ecosystem and
 doesn't seem very popular.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34916#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018b4cbe37af-dd094510-0447-4889-aa52-55b14581e16c-000000%40eu-central-1.amazonses.com.

Reply via email to