On Thu, Oct 04, 2001 at 09:09:46PM -0400, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > HTTP filters.. But, I have some concerns : > Some applications may legitimately ask for x bytes, some may ask for a upper > limit of x bytes, and some other may want to have all the data in the > channel (SSL)..
I see what you mean now. =) Try asking for 1024 bytes when there aren't that many bytes. =) apr_brigade_partition blocks. Yuck. The core needs to handle non-blocking reads via non-blocking socket reads. Going to have to fix that... =) -- justin