You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: