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 726557d commit af2688cCopy full SHA for af2688c
src/common/providers/https.ts
@@ -781,7 +781,7 @@ function wrapOnCallHandler<Req = any, Res = any>(
781
context.instanceIdToken = req.header("Firebase-Instance-ID-Token");
782
}
783
784
- const acceptsStreaming = version === "v2" && req.header("accept") === "text/event-stream";
+ const acceptsStreaming = req.header("accept") === "text/event-stream";
785
const data: Req = decode(req.body.data);
786
let result: Res;
787
if (version === "v1") {
0 commit comments