pulumi/pkg/util/httputil
Matthew Riley e7498f9468 Send request body on retries
Not sending request body on retry is bad enough, but we keep the original
`Content-Length` and the server ends up expecting a body we never send.
This results in `400 Bad Request` errors from the ALB.
2018-06-03 01:33:50 -07:00
..
http.go Send request body on retries 2018-06-03 01:33:50 -07:00
http_test.go Send request body on retries 2018-06-03 01:33:50 -07:00