>> I disagree with limiting the size. I might be better to for the Warp application >> to consume the POST data in constant space. > > Actually, the application can have full control over this, by either > ignoring the request body entirely (Warp will essentially stream it to > /dev/null) or throwing an exception. OK. Thank you for explanation. --Kazu