[ 
https://issues.apache.org/jira/browse/TS-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129818#comment-13129818
 ] 

J. Longman commented on TS-976:
-------------------------------

Probably TS has a chosen simple HTTP implementation.  There are three choices 
for content length:
- provide a content-length (if known/knowable) otherwise
- chunk the content or
- close the connection

TS is defaulting to closing the connection.  I *know* there is chunking and 
dechunking code in the HttpTunnel/ChunkedHandler but it is not being used, and 
it's not clear how to access it.
                
> gzip.c  plugin -  working again + browser compatibility improvement
> -------------------------------------------------------------------
>
>                 Key: TS-976
>                 URL: https://issues.apache.org/jira/browse/TS-976
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.0.0
>            Reporter: Otto van der Schaaf
>            Assignee: Igor Galić
>             Fix For: 3.1.4
>
>         Attachments: gzip.diff
>
>
> I did some work on the gzip.c example plugin:
> -made it working again (current code failes on asserts from
> TSMimeHdrFieldValueStringGet),
> -made it compress  using the same deflateinit2 call as mod_gzip, for better
> browser compatibility (ie issues).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to