[
https://issues.apache.org/jira/browse/TS-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Geffon updated TS-1004:
-----------------------------
Comment: was deleted
(was: Problem still exists:
{noformat}
* Connected to localhost (127.0.0.1) port 8000 (#0)
> GET /nhome HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.9.0
> zlib/1.2.3 libidn/1.18 libssh2/1.2.2
> Host: localhost:8000
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Server: ATS/3.0.5
< Location: http://localhost/nhome/
< Vary: Accept-Encoding
< Date: Wed, 23 May 2012 20:27:32 GMT
< Age: 1
< Content-Length: 0
< Transfer-Encoding: chunked
< Connection: keep-alive
<
* transfer closed with outstanding read data remaining
* Closing connection #0
curl: (18) transfer closed with outstanding read data remaining
{noformat}
and without a transformation plugin the response looks like:
{noformat}
* Connected to localhost (127.0.0.1) port 8000 (#0)
> GET /nhome HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.9.0
> zlib/1.2.3 libidn/1.18 libssh2/1.2.2
> Host: localhost:8000
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Server: ATS/3.0.5
< Location: http://localhost/nhome/
< Vary: Accept-Encoding
< Date: Wed, 23 May 2012 20:37:09 GMT
< Age: 1
< Transfer-Encoding: chunked
< Connection: keep-alive
<
* Connection #0 to host localhost left intact
* Closing connection #0
{noformat})
> transformation plugins cause connection close when content length is not
> known ahead
> ------------------------------------------------------------------------------------
>
> Key: TS-1004
> URL: https://issues.apache.org/jira/browse/TS-1004
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP, Plugins
> Affects Versions: 3.0.1
> Reporter: Otto van der Schaaf
> Assignee: Otto van der Schaaf
> Fix For: 3.1.1, 3.0.3
>
> Attachments: chunk_transform_response.diff, no_cl_when_chunking.diff
>
>
> whenever the null transform plugin (or gzip) is executed, ATS will force the
> ua connection closed.
> when the user agent supports it, sending a chunked response w/ keepalive
> enabled would be preferred i guess
> i'll add a patch for review.
--
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