fabio rohrich wrote:
Hi all,
I'm able (easy job ) to catch the content in apache
2.x
, but the problem is to modify it and to send it. I
mean , I get the content throw the bucket brigade, and
I have 'data' datas long 'lenght'. If I try to modify
the data I get and to send it again inside the bucket,
it doesnt work.
So , how have I to behave in this situation? Thanks a lot,
Fabio

What kind of buckets do you have before you try to modify them? You can't modify some types of buckets.


This is easy to answer if you use gdb. Copy the .gdbinit file into your home directory. Set a breakpoint at the beginning of your filter. When it hits, type "dump_brigade bb" (or whatever you call the input brigade).

Good luck,
Greg



Reply via email to