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
> 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 -
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
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
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
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
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
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
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