Ruediger Pluem wrote:

+                /* pass flush and metadata buckets through */
+                if (APR_BUCKET_IS_FLUSH(e) || APR_BUCKET_IS_METADATA(e)) {

This is redundant as flush buckets are metadata buckets :-).

+                    APR_BUCKET_REMOVE(e);
+                    APR_BRIGADE_INSERT_TAIL(bb, e);
+                    continue;
+                }

Hmmm... true. A metadata bucket should be passed over into the buffer, but flush buckets should cause the buffer to be read straight away. Will fix.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to