You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by newgaton new <ne...@gmail.com> on 2007/10/16 04:56:04 UTC

how to add bucket brigade to request via a input filter

hi guys !

i have a problem, I want to add some http header to the request data via the
filter,
but I find a http header data will be insert to a bucket brigade not to a
bucket, so
I can't add the http header, for example Content-Length. so if I want to add
the
Content-Length to the request data, I must add a bucket brigade. or someone
knows
some other way.

thanx ahead.