Re: t_cmp oddities

2004-04-10 Thread Geoffrey Young
I like that idea of adopting all of T::M. However, does T::M have a comparable function to t_cmp that gives the expected and received values? I *really* like the verbose output that t_cmp gives! is() is similar in many ways to t_cmp() except it doesn't support array comparisons, regular

Re: worker error

2004-04-10 Thread Jeff Trawick
Brian Akins wrote: Jeff Trawick wrote: The better-yet-still-reasonably quick hack is to zap the FD_SETSIZE checks in os/unix/unixd.c and server/mpm/worker/worker.c. Since your platform has poll(), you won't suffer from lack of FD_SETSIZE checking in APR 0.9. I wrapped these sections with:

Re: mod_deflate updates

2004-04-10 Thread Eli Marmor
Wow... In was the last minute before I did it myself... Great! If I could vote, I would put 1 (or even +404 ;-) Thanks! -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies Ltd. __ Tel.:

Re: cvs commit: httpd-2.0/server core.c

2004-04-10 Thread Joshua Slive
On Sat, 10 Apr 2004 [EMAIL PROTECTED] wrote: nd 2004/04/10 14:44:43 Modified:.CHANGES server core.c Log: accept URLs as ServerAdmin contact. If it's not recognized as an URL, assume an email address and prepend it with mailto: in server

Re: cvs commit: httpd-2.0/server core.c

2004-04-10 Thread Andr Malo
* Joshua Slive [EMAIL PROTECTED] wrote: Modified:.CHANGES server core.c Log: accept URLs as ServerAdmin contact. If it's not recognized as an URL, assume an email address and prepend it with mailto: in server outputs. Careful with this, since I