markt-asf commented on code in PR #659: URL: https://github.com/apache/tomcat/pull/659#discussion_r1316887097
########## java/org/apache/coyote/http11/Constants.java: ########## @@ -106,7 +106,7 @@ public final class Constants { public static final String KEEP_ALIVE_HEADER_VALUE_TOKEN = "keep-alive"; public static final String CHUNKED = "chunked"; public static final byte[] ACK_BYTES = ByteChunk.convertToBytes("HTTP/1.1 100 " + CRLF + CRLF); - public static final String TRANSFERENCODING = "Transfer-Encoding"; + public static final String TRANSFER_ENCODING = "Transfer-Encoding"; Review Comment: This change still needs to be reverted. It is a public constant and my previous comments in this PR about not changing public constants apply equally to this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org