Re: Tomcat & Http 103 Early Hint

2024-04-10 Thread Mark Thomas
Contributions always welconme. The initial work will be on the changes to the Servlet API. The issue to track that is: https://github.com/jakartaee/servlet/issues/542 Mark On 09/04/2024 08:15, xulin y wrote: Hi Mark, Is there any chance I could help with delivering this new feature? At

Re: Tomcat & Http 103 Early Hint

2024-04-09 Thread xulin y
Hi Mark, Is there any chance I could help with delivering this new feature? At least, I can help with writing some tests. I think this new http feature can be beneficial a lot for web application page load performance. Therefore, this is crucial for the whole Tomcat community. By Xulin Yang

Re: Tomcat & Http 103 Early Hint

2024-04-08 Thread Mark Thomas
8 Apr 2024 10:26:23 xulin y : Hi, I would like to ask about whether Tomcat has support for http 103 early hint response status? Not at the moment. I have checked the latest doc that https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html does not

Tomcat & Http 103 Early Hint

2024-04-08 Thread xulin y
Hi, I would like to ask about whether Tomcat has support for http 103 early hint response status? I have checked the latest doc that https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html does not have 103 response status. If not, do we have any plan