[email protected] 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 :-/

have anyone some snippets of code, that solves it?

Sounds like you're looking to write an input filter.
The input chain works by pull, so you don't push to it!

[x] queried books

http://www.apachetutor.org/

--
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to