forked from pool/tomcat10
- Update to Tomcat 10.1.44 #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "mbussolotto/tomcat10:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WAR containing one or more JAR files. (markt)
HTTP/1.1 following an async request, which was present for AJP.
(remm/markt)
that the maximum permitted value of an HPACK decoded integer is
Integer.MAX_VALUE. (markt)
comments - to reflect the deprecation of the PRIORITY frame and clarify
that a stream reset always triggers an overhead increase. (markt)
request #880 by Chenjp. (markt)
DeltaManager, defaulting to true. (remm)
connections with WebSocket server connections. The WebSocket client now
only includes an extension requested by an endpoint in the opening
handshake if the WebSocket client supports that extension. (markt)
applications with a dedicated favicon file rather than using the one from
the ROOT web application which might not be present or may represent
something entirely different. Pull requests #876 and #878 by Simon Arame.