Skip to content

Commit

Permalink
remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 30, 2023
1 parent 090087b commit 672ec44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/fusionauth/http/CoreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ public void slowWrites(String scheme) throws Exception {
HTTPHandler handler = (req, res) -> {
res.setHeader(Headers.ContentType, "text/plain; charset=UTF-8");
int contentLength = largeRequest.getBytes(StandardCharsets.UTF_8).length;
System.out.println("set Content-Length: " + contentLength);
res.setHeader(Headers.ContentLength, String.valueOf(contentLength));
res.setStatus(200);

Expand Down

0 comments on commit 672ec44

Please sign in to comment.