----- "Gracy F" <grac...@gmail.com> wrote:

> Hi,

Hi Gracy.

First of all: Why are you sending mails to
dev-i...@trafficserver.apache.org ? That's pretty much a dead-end :)

>  I saw this issue while we sign up in weeworld.com, after I login in
> weeworld.com, ATS doesn't complete the POST request.  But refreshing
> the
> page completes the request. We suspected the presence of
> x-ajaxpro-method in
> this post.

Is the resource you're requesting cached?
How does the request work? Some kind of long-polling involved?

>  I debugged and found that the list of headers hardcoded in ATS
> doesn't
> contain x-ajaxpro-method and I included that in the list. But still I
> have the same issue.

ATS is an HTTP proxy and cache. All Headers "hardcoded" are those
defined as MUST and SHOULD (I suppose). All others are just passed
along, like with all other HTTP proxies, servers and clients:

i.ga...@phoenix ~ % cat Projects/bomb.ground/index.php
<?php
header("X-Hacker: Igor is a 1337 Hacker.");
?>
i.ga...@phoenix ~ % curl -D - http://bomb.ground:8080/index.php
HTTP/1.1 200 OK
Date: Thu, 06 Jan 2011 14:45:21 GMT
Server: ATS/2.1.5-unstable
X-Hacker: Igor is a 1337 Hacker.
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 0
Connection: keep-alive


> Any one have seen this before ? What does ATS do if there are new
> customized headers ??
> If after I included this header why does it hang still ?
> Any help would be great.



> Thanks,
> GG

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/

Reply via email to