Menu

#139 Return raw post data as istream

cppcms-v1.0.x
closed
None
1
2016-04-04
2015-03-21
No

In some webservices it would be very useful to return the raw post data as an istream that can be read as-needed instead of keeping the complete post data in memory. This would allow to keep much tighter control over memory consumption, regardless of the size of a post request.

Discussion

  • Artyom Beilis

    Artyom Beilis - 2016-04-04
    • status: open --> closed
    • assigned_to: Artyom Beilis
     
  • Artyom Beilis

    Artyom Beilis - 2016-04-04

    Implemented in CppCMS 1.2 as filtering: http://cppcms.com/wikipp/en/page/cppcms_1_2_filtering

     

Anonymous
Anonymous

Add attachments
Cancel