Skip to content

Commit

Permalink
ws police
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1771380 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Nov 25, 2016
1 parent a2a3439 commit 0f273cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/apache/catalina/connector/TestInputBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testBug60400() throws Exception {

ByteChunk bc = new ByteChunk();
byte[] requestBody = new byte[9500];
Arrays.fill(requestBody, (byte) 1);
Arrays.fill(requestBody, (byte) 1);
int rc = postUrl(requestBody, "http://localhost:" + getPort() + "/", bc, null);
Assert.assertEquals(HttpServletResponse.SC_OK, rc);
Assert.assertEquals(requestBody.length, bc.getLength());
Expand Down

0 comments on commit 0f273cb

Please sign in to comment.