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

Use static exceptions for closing websocket flushers and in ContentProducer #8155

Merged
merged 5 commits into from Jun 13, 2022

Commits on Jun 10, 2022

  1. Use static exceptions for closing websocket flushers.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jun 10, 2022
    Copy the full SHA
    657222f View commit details
    Browse the repository at this point in the history
  2. Use StaticException class in jetty-util for websocket flushers.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jun 10, 2022
    Copy the full SHA
    805c8ee View commit details
    Browse the repository at this point in the history
  3. Use StaticException class for ContentProducer recycle and consumeAll

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jun 10, 2022
    Copy the full SHA
    d144c54 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. handle review comments

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jun 13, 2022
    Copy the full SHA
    e5e31f2 View commit details
    Browse the repository at this point in the history
  2. change StaticException so that it does not collect a stack trace by d…

    …efault
    
    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jun 13, 2022
    Copy the full SHA
    f45970d View commit details
    Browse the repository at this point in the history