-
Notifications
You must be signed in to change notification settings - Fork 870
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
Implement HttpServerResponseCustomizer support for Grizzly #8263
Implement HttpServerResponseCustomizer support for Grizzly #8263
Conversation
@@ -58,6 +58,11 @@ class GrizzlyTest extends HttpServerTest<HttpServer> implements AgentTestTrait { | |||
server.stop() | |||
} | |||
|
|||
@Override | |||
boolean hasResponseCustomizer(ServerEndpoint endpoint) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there's a naming conflict here... perhaps this should be renamed to hasResponseMutator
at some point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should rename the nvm, I did not look at the code 🙈HttpServerResponseCustomizerHolder
as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tylerbenson I didn't follow, what's the naming conflict? thx
@@ -58,6 +58,11 @@ class GrizzlyTest extends HttpServerTest<HttpServer> implements AgentTestTrait { | |||
server.stop() | |||
} | |||
|
|||
@Override | |||
boolean hasResponseCustomizer(ServerEndpoint endpoint) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should rename the nvm, I did not look at the code 🙈HttpServerResponseCustomizerHolder
as well
No description provided.