-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #12266 - InvocationType improvements and cleanups. #12551
Issue #12266 - InvocationType improvements and cleanups. #12551
Commits on Nov 19, 2024
-
Issue #12266 - InvocationType improvements and cleanups.
This is the work for the server-side only, the client side will be done in another pull request. Previously, AbstractConnection.getInvocationType() was called by AbstractConnection.ReadCallback, but it was deprecated and is now removed, along with all its overrides. This mechanism is now replaced by using a specific Callback implementation for each AbstractConnection subclass. For example, HttpConnection uses HttpConnection.FillableCallback that in turn asks the InvocationType to the Server, and therefore the `Handler` tree. Restored synchronous code for ServerFCGIConnection.close(), ensuring super.close() is always called. Ensuring that in HttpConnection.close(), super.close() is always called. Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e7ce53 - Browse repository at this point
Copy the full SHA 8e7ce53View commit details -
* Introduced AbstractConnection.nonBlockingFillInterested().
Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5e3282 - Browse repository at this point
Copy the full SHA c5e3282View commit details
Commits on Nov 20, 2024
-
Improve module deprecation (#12547)
Improved messages used on more modules
Configuration menu - View commit details
-
Copy full SHA for 8788709 - Browse repository at this point
Copy the full SHA 8788709View commit details -
Merged branch 'jetty-12.1.x' into 'fix/jetty-12.1.x/12266/server-invo…
…cationtype-cleanups'. Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 804fc64 - Browse repository at this point
Copy the full SHA 804fc64View commit details -
* Updated HTTP/2 and HTTP/2 to use
ThreadPool.executeImmediately()
……for idle timeout and failure tasks. * Small code improvements. Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc07b02 - Browse repository at this point
Copy the full SHA fc07b02View commit details -
Fixed promise notification to avoid race between the task (writing an…
… error response) and the promise (resetting the stream). Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7afbe9e - Browse repository at this point
Copy the full SHA 7afbe9eView commit details -
Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef79c80 - Browse repository at this point
Copy the full SHA ef79c80View commit details
Commits on Nov 21, 2024
-
Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89eb5e0 - Browse repository at this point
Copy the full SHA 89eb5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad0d38 - Browse repository at this point
Copy the full SHA 6ad0d38View commit details
Commits on Nov 22, 2024
-
Merged branch 'jetty-12.1.x' into 'fix/jetty-12.1.x/12266/server-invo…
…cationtype-cleanups'. Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b0866d - Browse repository at this point
Copy the full SHA 4b0866dView commit details -
Signed-off-by: Simone Bordet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af07a1d - Browse repository at this point
Copy the full SHA af07a1dView commit details