Skip to content

Commit

Permalink
docs: add comment with source
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 16, 2022
1 parent 27914c3 commit 216cd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/entries/azure-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export async function handle (context, req) {
url,
headers: req.headers,
method: req.method,
// https://github.com/Azure/azure-functions-host/issues/293
body: req.rawBody
})

Expand Down
1 change: 1 addition & 0 deletions src/runtime/entries/azure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export async function handle (context, req) {
url,
headers: req.headers,
method: req.method,
// https://github.com/Azure/azure-functions-host/issues/293
body: req.rawBody
})

Expand Down

0 comments on commit 216cd9b

Please sign in to comment.