We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d72de commit e1d0cd8Copy full SHA for e1d0cd8
app/steps/sendProxyRequest.js
@@ -63,6 +63,9 @@ function sendProxyRequest(Container) {
63
proxyReq.write(body);
64
}
65
proxyReq.end();
66
+ } else if (bodyContent) {
67
+ proxyReq.write(bodyContent);
68
+ proxyReq.end();
69
} else {
70
// Pipe will call end when it has completely read from the request.
71
0 commit comments