andreif / uwsgi-tools

curl and proxy for remote uwsgi app server
BSD 3-Clause "New" or "Revised" License
43 stars 11 forks source link

HTTP Post body missing #18

Open LiteWait opened 4 years ago

LiteWait commented 4 years ago

This package works great for Unix sockets and GET requests. Problem is POST requests seem to arrive without a body. uwsgi protocol docs don't describe this very well. It appears the code in this package just appends the body (as bytes) to the header part of the request.

Is this correct, what am I missing?