Request:request_body() returns undefined for the mochiweb bridge
Closed this issue · 1 comments
marianoguerra commented
Request:request_body() returns undefined instead of a binary representing the request body for the implementation of mochiweb:
the solution is to return Req:recv_body() instead of undefined
marianoguerra commented
I think this 2bd736e closes the issue