why its doing what
it is doing! It's just frustrating because it sounds like something I should
be able to do.
James.
2010/8/26 Torsten Förtsch
> On Thursday, August 26, 2010 18:28:47 James Lee wrote:
>
> A few comments below.
>
> The goal of the code is to fill up $bb. N
7; to this bucket the request
appears to hang.
####
my $end_of_headers_bucket =
APR::Bucket->new($connection->bucket_alloc, "\r\ndata=test");
$bb->insert_tail($end_of_headers_bucket);
again.
On 25 August 2010 07:12, André Warnier wrote:
> James Lee wrote:
>
>> Hi mod_perl community, this is my first post so be gentle with me.
>>
>> I'm trying to create something which translates a GET request into a POST
>> (creating the body dynamicall
Hi mod_perl community, this is my first post so be gentle with me.
I'm trying to create something which translates a GET request into a POST
(creating the body dynamically) and then hand off the POST to another
server.
I have created a mod_perl connection filter to change the GET to a POST in
the