@kxepal Thanks 😁 > Though I forgot reasons to do erlang:get(mochiweb_request_body)
Because rewrites should be fast, as fast as possible. So we better not stream body into newly born request (which is also hackish btw), but replace body using internal Mochiweb thread dict entry. Perf is also the only reason why `.info` and `.form` fields are removed from request object here. [ Full content available at: https://github.com/apache/couchdb/pull/1620 ] This message was relayed via gitbox.apache.org for [email protected]
