Re: Missing HTTP Headers

2007-12-19 Thread Adam Woodworth
Thank you for the clarification, Geoff! I've traced this missing cookie header issue down to a very strange problem: it seems to be a timing issue somehow. If I put a usleep(1) in our code at the start of our perl Response filter, the cookies are no longer missing for each response. For that ma

Re: Missing HTTP Headers

2007-12-19 Thread Geoffrey Young
> Client-Transfer-Encoding: chunked <-- **missing from below** > Content-Length: 123434 <-- **missing from above** you don't need a Content-Length header of your client uses a chunked transfer encoding, so these two are kinda mutually exclusive. fortunately, you also don't need to know that -

Re: Missing HTTP Headers

2007-12-19 Thread Adam Woodworth
Yup, I'm directly hitting the application, there's nothing in between my client and the server. On Dec 19, 2007 1:39 PM, Torsten Foertsch <[EMAIL PROTECTED]> wrote: > On Wed 19 Dec 2007, Adam Woodworth wrote: > > Content-Length: 123434 <-- **missing from above** > > Are you really sure you hit yo

Re: Cookie errors

2007-12-19 Thread Kurt Hansen
HI, Quick response on one of your errors. Not sure if it will effect others. I'm trying to figure out why I'm getting a pile of cookie errors in my logs with libapreq2. Is it the library's fault, the browser's fault, or mine? Apologies for the wide post. This is what gets sent to my browser to

Cookie errors

2007-12-19 Thread Clinton Gormley
Hi all I'm trying to figure out why I'm getting a pile of cookie errors in my logs with libapreq2. Is it the library's fault, the browser's fault, or mine? Apologies for the wide post. This is what gets sent to my browser to set the cookie: Set-Cookie : SID=MxQdbX8AAAIAAC2SPdgA|3152a7bf6

Re: Missing HTTP Headers

2007-12-19 Thread Torsten Foertsch
On Wed 19 Dec 2007, Adam Woodworth wrote: > Content-Length: 123434  <-- **missing from above** Are you really sure you hit your application in these cases? If you don't set the Content-Length header. Maybe a cache in between does. Torsten

Missing HTTP Headers

2007-12-19 Thread Adam Woodworth
Hi, I'm using a web stack consisting of Apache 2.2.6, mod_perl 2.0.3, and libapreq 2.10 (from their svn branch), and I'm seeing a problem where some headers are sometimes missing from the HTTP response. Specifically, we are setting a couple cookies from our mod_perl application, and about half th

Re: register_cleanup

2007-12-19 Thread Jonathan Vanasco
I'm surprised you're even getting a redirect, this doesn't make sense to me. the MP cleanup handler is supposed to happen after the request is served / client connection is terminated (docs below) if you're trying to do a redirect after processing, try a stacked handler http://perl.apac

mod-perl 2.0.3 compile error undefined symbol: my_perl

2007-12-19 Thread Wagner, Chris (GEAE, CBTS)
Hi. I've got a problem trying to compile mod-perl 2.0.3. I get the same error with the SVN snapshot modperl-2.0_20071219053952. Google has nothing. I have ActiveState perl build 822 that I compiled. I'm on Solaris and used the Sun compiler suite. Previously when I had a binary build of Perl I