Re: mod_perl and Transfer-Encoding: chunked

2013-07-03 Thread Joseph Schaefer
When you read from the input filter chain as $r->read does, the http input filter automatically handles the protocol and passes the dechunked data up to the caller. It does not spool the stream at all. You'd have to look at how mod perl implements read to see if it loops its ap_get_brigade call

Re: mod_perl and Transfer-Encoding: chunked

2013-07-03 Thread Joseph Schaefer
Dechunked means it strips out the lines containing metadata about the next block of raw data. The metadata is just the length of the next block of data. Imagine a chunked stream is like having partial content length headers embedded in the data stream. The http filter embedded in httpd takes c

Re: lost directory indexes

2014-09-15 Thread Joseph Schaefer
You have to recompile mod perl so its response handler hook runs before mod dir's. Have them run first or really first instead of middle. Sent from my iPhone > On Sep 15, 2014, at 6:02 PM, Ruben Safir wrote: > > On Mon, Sep 15, 2014 at 05:40:00PM -0400, Ruben Safir wrote: Now

save_gp segfaults during restart

2014-11-10 Thread Joseph Schaefer
Something odd is going on with errsv in trunk. Without preloading apr::error I see lots of segfaults, but even preloading it doesn't fix them all. I'm running the latest 2.4 release with event. Testing now with the savegp calls commented out... Sent from my iPhone

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-11 Thread Joseph Schaefer
+1 looking good Steve! Sent from my iPhone > On Jun 11, 2015, at 6:44 PM, Fred Moyer wrote: > > +1, all tests passed on httpd 2.4.12, perl 5.20.1, Centos 6.5. Nice work > Steve! > >> On Wed, Jun 10, 2015 at 10:13 AM, Steve Hay >> wrote: >> Please download, test, and report back on this rele

Re: How to read request content without eating it ?

2016-02-28 Thread Joseph Schaefer
Use apreq. Sent from my iPhone > On Feb 28, 2016, at 1:04 PM, Ben RUBSON wrote: > > Hello, > > I need to implement an access control handler based on request content. > > So here is my (very simplified) PerlAccessHandler code : > sub handler { > $r = shift; > $r->read($content,$r->headers_i

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread Joseph Schaefer
We've been using apreq with 2.4 for two years without issue at work. I can't imagine why anyone would have a problem with it on any version of httpd 2.x. Sent from my iPhone > On Jan 18, 2017, at 3:06 PM, JW wrote: > > > Hi, > > I currently use Apache 2.2, mod_perl and libapreq2 (for Apache

Need a recommendation from an apreq user

2017-04-11 Thread Joseph Schaefer
Hi folks, As one of the core developers for apreq and apreq2, I'm currently in need of a recommendation from a happy user of the software for a private business lead. If you'd be willing to write one on my behalf, please contact me offlist for further details. Thanks all. Sent from my iPhone

Re: Need a recommendation from an apreq user

2017-04-11 Thread Joseph Schaefer
My company is bidding on a state contract and they want letters of recommendation about past work I've done in the development arena. The recommendation can be just about modperl itself too. Sent from my iPhone > On Apr 11, 2017, at 5:54 PM, Joseph Schaefer wrote: > > Hi folk

Re: New release of libapreq2

2020-02-05 Thread Joseph Schaefer
I’m no longer a part of Apache, sorry. Sent from my iPhone > On Jan 31, 2020, at 4:49 AM, p...@cpan.org wrote: > > On Thursday 24 October 2019 20:58:41 Steve Hay wrote: >>> On Thu, 24 Oct 2019 at 15:50, wrote: >>> >>> On Wednesday 06 September 2017 08:23:12 Steve Hay wrote: On 19 January