Hi, If I split a bucket using:
apr_bucket_split(b, offset) what exactly happens to the two pieces?My impression is that b is now the head piece (part before the split) and APR_BUCKET_NEXT(b) would return the tail piece. Correct?
Also, how can I determine the length of the data held by the bucket? Thanks a lot, -- Drew
