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 fbd8eb7 commit 5bd61dcCopy full SHA for 5bd61dc
src/actor/server.ts
@@ -73,6 +73,7 @@ export function createExpressApp(
73
});
74
75
app.get(Routes.SSE, async (req: Request, res: Response) => {
76
+ log.info('HEADERS', req.headers);
77
try {
78
log.info(`Received GET message at: ${Routes.SSE}`);
79
const input = parseInputParamsFromUrl(req.url);
0 commit comments