You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/03/31 04:40:15 UTC

[jira] [Updated] (TS-2678) Some sites (e.g. craigslist) fails to load with patch in e6b9cb533bba28

     [ https://issues.apache.org/jira/browse/TS-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-2678:
------------------------------

    Assignee: James Peach

> Some sites (e.g. craigslist) fails to load with patch in e6b9cb533bba28
> -----------------------------------------------------------------------
>
>                 Key: TS-2678
>                 URL: https://issues.apache.org/jira/browse/TS-2678
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>            Assignee: James Peach
>
> The commit e6b9cb533bba28, from
> TS-2559: Disconnect clients on unrecoverable origin errors
> is causing some sites to break badly:
> {code}
> curl: (52) Empty reply from server
> {code}
> or sometimes
> {code}
> HTTP/1.1 302 Found
> Location: http://www.craigslist.org/
> Date: Mon, 31 Mar 2014 02:36:51 GMT
> Age: 0
> Transfer-Encoding: chunked
> Proxy-Connection: keep-alive
> Server: ATS/5.0.0
> curl: (18) transfer closed with outstanding read data remaining
> {code}
> The first one happens most frequently in my test, and the second one is close to what is expected (but not quite). Both makes the page not load properly from any browser.
> To reproduce this, using a "default" installation, with remap.require disabled (so, forward proxy), I run
> {code}
> curl -D -  -x localhost:8080 http://www.craigslist.com
> {code}
> I don't know what it is that Craigslist does to trigger this, but backing out the patch from TS-2559 does fix the problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)