Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http_proxy: use ngx.req.get_body_data to read the body
We cannot use resty.http's .get_client_body_reader(). In some POST requests with HTTPS, the result of that call is nil, and it results in a time-out.
- Loading branch information