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 ff164f5 commit d809454Copy full SHA for d809454
src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/AskAi/useFetchEventSource.ts
@@ -62,7 +62,7 @@ export function useFetchEventSource<TPayload>({
62
try {
63
// Stringify payload once to ensure hash matches the exact body sent
64
const bodyString = JSON.stringify(payload)
65
-
+
66
// Compute SHA256 hash for CloudFront + Lambda Function URL with OAC
67
// This proves body integrity from client to CloudFront
68
const contentHash = await computeSHA256(bodyString)
0 commit comments