[us...@httpd] modul development, insertion of postdata into request

2009-10-21 Thread broetchen25
Hello, the thing to have: inserting (raw) postdata to a request, so later modules like php can reach it. reading is simple with 'apr_brigade_flatten' but writing draws problems, i tried 'apr_brigade_write' and flush it into input filters - internal server error :-/ have anyone some snippets of

Re: [us...@httpd] modul development, insertion of postdata into request

2009-10-21 Thread Nick Kew
broetche...@gmx.net wrote: Hello, the thing to have: inserting (raw) postdata to a request, so later modules like php can reach it. reading is simple with 'apr_brigade_flatten' but writing draws problems, i tried 'apr_brigade_write' and flush it into input filters - internal server error :-/

Re: [us...@httpd] modul development, insertion of postdata into request

2009-10-21 Thread Martin Schuhmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi inserting (raw) postdata to a request, so later modules like php can reach it. reading is simple with 'apr_brigade_flatten' but writing draws problems, i tried 'apr_brigade_write' and flush it into input filters - internal server error :-/

Re: [us...@httpd] modul development, insertion of postdata into request

2009-10-21 Thread Nick Kew
Martin Schuhmacher wrote: that book is laying on my desk, it only deescribes howto get the data, not howto insert it Um, haven't time to check just now, but I'm sure there's an input filter example! Anyway, you insert data by making a bucket (or buckets) of them, and inserting that in your