[PATCH] sms framework

2001-06-18 Thread Sander Striker
Hi, This patch cleans up some of the apr_sms_destroy function (it replaces sms-parent-... with pms-... because pms is set to sms-parent earlier on) Second it fixes a bug in conditional locking when the sms has no parent. Sander apr_sms.patch Description: Binary data

Re: Moving filters out of apache and into apr

2001-06-18 Thread Bill Stoddard
It is possible, but not easy. The problem is that our filters are tied to the request and connection req's. I am not exactly sure how to remove that dependancy, but it is possible to do it, we just need to give that topic some thought. All in all, I am massively in favor of moving

file_setaside()

2001-06-18 Thread Cliff Woolley
I have a few questions about file_setaside. I'm pasting the function in here for easy reference. -- static apr_status_t file_setaside(apr_bucket *data, apr_pool_t *pool) { apr_bucket_file *a = data-data; apr_file_t *fd;

missing APU_DECLARE_DATA?

2001-06-18 Thread Cliff Woolley
Is there a reason that the APU_DECLARE_DATA is missing on this line, or is it just an oversight? It's there in the header file. --Cliff Index: apr_buckets_simple.c === RCS file: /home/cvs/apr-util/buckets/apr_buckets_simple.c,v