Chenjp commented on PR #764:
URL: https://github.com/apache/tomcat/pull/764#issuecomment-2489895080

   @markt-asf  @ChristopherSchultz Per HttpServletResponse#sendEarlyHints(), 
where can I find "Servlet 6.2" spec?
   
   ```java
       /**
        * Sends a 103 response to the client using the current response 
headers. This method does not commit the response
        * and may be called multiple times before the response is committed. 
The current response headers may include some
        * headers that have been added automatically by the container.
        * <p>
        * This method has no effect if called after the response has been 
committed.
        *
        * @since Servlet 6.2
        */
       void sendEarlyHints();
   ```


-- 
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

Reply via email to