Skip to content

Commit

Permalink
Update plugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Aug 30, 2022
1 parent 8fbe203 commit 4677f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bfetch/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface BfetchServerSetup {
export interface BfetchServerStart {}

const streamingHeaders = {
'Content-Type': 'text/event-stream'
'Content-Type': 'text/event-stream',
Connection: 'keep-alive',
'Transfer-Encoding': 'chunked',
};
Expand Down

0 comments on commit 4677f76

Please sign in to comment.