https://bz.apache.org/bugzilla/show_bug.cgi?id=60573
Bug ID: 60573 Summary: Drop reason phrase von HTTP/1.1 100 (Expect: 100-continue) Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: 1983-01...@gmx.net Target Milestone: ---- Created attachment 34609 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34609&action=edit Drop reason phrase Tomcat 8.5 dropped optional reason phrases but HTTP/1.1 100 still sends it. Having all status code to be consistent, I have aligned Http11OutputBuffer's #sendAck() to #sendStatus(), dropping "Continue" on the Constants#ACK_BYTES. Also updated TestByteChunk which obviously validated HTTP/1.1 100 status line byte chunk. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org