request_body() returns undefined instead of a binary representing the request body for the implementation of mochiweb
Reported by Rusty Klophaus | May 30th, 2010 @ 05:49 PM | in 2.0.1
Request:request_body() returns undefined instead of a binary representing the request body for the implementation of mochiweb:
http://github.com/rklophaus/SimpleBridge/blob/master/src/mochiweb_b...
the solution is to return Req:recv_body() instead of undefined
View Issue: http://github.com/rklophaus/SimpleBridge/issues#issue/1
Comments and changes to this ticket
-
Rusty Klophaus June 14th, 2010 @ 06:19 PM
- State changed from new to resolved
(from [85cfb0a8c360d959436f78bc5a9d051f8de84970]) Properly return request body from mochiweb simple_bridge handler. [#73 state:resolved] http://github.com/rklophaus/nitrogen/commit/85cfb0a8c360d959436f78b...
-
Rusty Klophaus June 14th, 2010 @ 06:19 PM
- Milestone set to 2.0.1
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang
People watching this ticket
Referenced by
- 73 request_body() returns undefined instead of a binary representing the request body for the implementation of mochiweb (from [85cfb0a8c360d959436f78bc5a9d051f8de84970]) Properl...