Skip to content

Commit

Permalink
fix(node-http-handler): skip sending body without waiting for a timeo…
Browse files Browse the repository at this point in the history
…ut on response, if "expect" request header with "100-continue" is provided
  • Loading branch information
bolt-juri-gavshin committed Nov 22, 2024
1 parent d3b8d45 commit c353dc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-eels-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smithy/node-http-handler": patch
---

skip sending body without waiting for a timeout on response, if "expect" request header with "100-continue" is provided

0 comments on commit c353dc0

Please sign in to comment.