[ 
https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=26258&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26258
 ]

ASF GitHub Bot logged work on TS-4553:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Aug/16 21:32
            Start Date: 09/Aug/16 21:32
    Worklog Time Spent: 10m 
      Work Description: Github user caricaturecm commented on the issue:

    https://github.com/apache/trafficserver/pull/776
  
    3383c8744ed36c08e06819395ee910b27860999d The old version is to set the 
compress file type. Here is to set the compress file type that don't want to be 
compressed by brotli. Also, make the brotli quality and compress file type 
blacklist configurable.
    30d4b8ff08c8a72e20796932f6ecf8a30a2283bb This commit make the encode 
streaming. In `consume()` call `WriteBrotliData(false, true, &out_bytes, 
&output);` The first `false` means it is not the final block, second `true` 
means to flush the buffer. In `handleInputComplete()`, call 
`WriteBrotliData(true, false, &out_bytes, &output);` to write the final block, 
it will flush the buffer automatically.


Issue Time Tracking
-------------------

    Worklog Id:     (was: 26258)
    Time Spent: 1h 40m  (was: 1.5h)

> Add Brotli compression support
> ------------------------------
>
>                 Key: TS-4553
>                 URL: https://issues.apache.org/jira/browse/TS-4553
>             Project: Traffic Server
>          Issue Type: Wish
>          Components: Plugins
>            Reporter: David Calavera
>             Fix For: sometime
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> I think it would be very interesting to add support for the Brotli 
> compression format: https://github.com/google/brotli
> Since I didn't see any issue opened and went ahead so people can discuss 
> about it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to