https://bz.apache.org/bugzilla/show_bug.cgi?id=63009
Bug ID: 63009 Summary: Content-Length header is dropped when HTTP2 is used Product: Tomcat 9 Version: 9.0.13 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: boris_pet...@live.com Target Milestone: ----- The Content-Length header is set and sent correctly when using HTTP1.1 (over plain-text HTTP or over HTTPS) both for static files and when our own code sets it on the response. However, when making a request using HTTP2 (over TLS), that header is not sent neither for static files, nor from our code. I can't see a reason for this and would guess that this is a bug in Tomcat. Or am I missing something? -- 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