We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada2969 commit 8c9d7a9Copy full SHA for 8c9d7a9
1 file changed
runtime/bootstrap
@@ -129,6 +129,7 @@ post_streaming_response() {
129
http_code=$(curl -sS -o /dev/null -w '%{http_code}' -X POST \
130
-H "Lambda-Runtime-Function-Response-Mode: streaming" \
131
-H "Trailer: Lambda-Runtime-Function-Error-Type, Lambda-Runtime-Function-Error-Body" \
132
+ -H "Expect:" \
133
--data-binary @- "$url" < "$payload")
134
curl_status=$?
135
if [ "$curl_status" -ne 0 ]; then
0 commit comments