Skip to content

Commit

Permalink
Fix SSE streams when using GZIP (#1476)
Browse files Browse the repository at this point in the history
It seems that enabling GZIP for the SSE endpoints breaks the event stream.

Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored Mar 5, 2023
1 parent 4a75058 commit 5bf68b6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
<Item>/rest/*</Item>
</Array>
</Set>
<Set name="includedMimeTypes">
<Array type="java.lang.String">
<Item>application/json</Item>
<Item>text/html</Item>
<Item>text/plain</Item>
</Array>
</Set>
</New>
</Arg>
</Call>
Expand Down

0 comments on commit 5bf68b6

Please sign in to comment.