Skip to content

Commit

Permalink
fix: add duplex to fetches with body
Browse files Browse the repository at this point in the history
  • Loading branch information
hansottowirtz authored May 24, 2023
1 parent 271b1b2 commit 5481f6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export abstract class OTLPCloudflareExporterBase<
...this.headers
},
body: compressed.body,
duplex: "half",
signal
})
.then(res => {
Expand Down

0 comments on commit 5481f6c

Please sign in to comment.