Skip to content
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

Jetty 12 - Review client notifiers #9335

Merged
merged 7 commits into from
Feb 13, 2023

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Feb 9, 2023

  • Removed unused Request.getRequestListeners() and Response.getListeners().
  • Reduced allocation in Request.onRequestXYZ() and Request.onResponseXYZ().
  • Introduced RequestListeners and ResponseListeners.
  • Removed RequestNotifier and ResponseNotifier, whose role is now performed more efficiently by RequestListeners and ResponseListeners.

Removed ResponseNotifier in favor of ResponseListeners.

Signed-off-by: Simone Bordet <[email protected]>
Removed RequestNotifier in favor of RequestListeners.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested a review from lorban February 9, 2023 00:33
Fixed RequestListeners notifications.
Fixed ResponseListeners handling of CompleteListeners.

Signed-off-by: Simone Bordet <[email protected]>
…han the contentSource list.

Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested a review from lorban February 13, 2023 12:18
@sbordet sbordet merged commit e5b313e into jetty-12.0.x Feb 13, 2023
@sbordet sbordet deleted the fix/jetty-12-review-client-notifiers branch February 13, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants