Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/37#discussion_r95393551 --- Diff: java/org/apache/coyote/http2/HpackEncoder.java --- @@ -163,14 +163,14 @@ State encode(MimeHeaders headers, ByteBuffer target) { if (tableEntry == null && canIndex) { //add the entry to the dynamic table target.put((byte) (1 << 6)); - writeHuffmanEncodableName(target, headerName); - writeHuffmanEncodableValue(target, headerName, val); + writeHuffmanEncodeableName(target, headerName); + writeHuffmanEncodeableValue(target, headerName, val); --- End diff -- this is not a spelling mistake
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org