logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Redirecting large POST request between 2 modules fails.
Author
aurabhi



Joined: 24 Feb 2010
Posts: 1

PostPosted: Wed 24 Feb '10 13:23    Post subject: Redirecting large POST request between 2 modules fails. Reply with quote

All,

I have a scenario where I need to redirect a POST request containing post body data from one module to another. The module is written in C.

To do this I cache the posted body to a file and redirect the request to the second handler. And to that handler I have a input filter which adds the data from the file back to the bucket brigade.

Is this the right way to do a redirect?
When the POST data is small it works fine. But when the POSTed data is large the 2nd module fails to read the bucket.

If needed I can post the code snippet. Any help on this is appreciated.

Thanks,
Back to top


Reply to topic   Topic: Redirecting large POST request between 2 modules fails. View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner