Skip to content

Commit

Permalink
Merge pull request #14 from telekom/fix/remove-transfer-encoding-header
Browse files Browse the repository at this point in the history
fix: remove transfer encoding header
  • Loading branch information
mherwig authored Sep 12, 2024
2 parents 1029412 + 32dd101 commit 08d707d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public ResponseEntity<ResponseBodyEmitter> getSseStream(@PathVariable String env

var responseHeaders = new HttpHeaders();
responseHeaders.add(HttpHeaders.CONTENT_TYPE, accept);
responseHeaders.add(HttpHeaders.TRANSFER_ENCODING, "chunked");
responseHeaders.add(HttpHeaders.CACHE_CONTROL, "no-cache");
responseHeaders.add("X-Accel-Buffering", "no");

Expand Down

0 comments on commit 08d707d

Please sign in to comment.