Re: [patch] make $r->the_request writable

2007-02-07 Thread Geoffrey Young
Fred Moyer wrote: > Greetings, > > Based on the thread here: > > http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=117002875014012&w=2 > > I've put together a diff to make $r->the_request writeable. I've based > this on the writeable test for $r->hostname. The test passes on my setup. > >

[patch] make $r->the_request writable

2007-02-07 Thread Fred Moyer
Greetings, Based on the thread here: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=117002875014012&w=2 I've put together a diff to make $r->the_request writeable. I've based this on the writeable test for $r->hostname. The test passes on my setup. Any suggestions on changes to this,