-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[UNDERTOW-1735] add reason-phrase handler and make response-code obey… #1419
base: main
Are you sure you want to change the base?
Conversation
I have no idea why this is failing, it does work locally. |
a334940
to
b6f4f7a
Compare
@baranowb @fl4via Please see my questions concerning the implementation of my ticket in the comments here: |
@bdw429s thanks for the feedback! I'm studying what is the preferable approach. I might take a little longer to respond as I'm away on PTO, but worst case scenario is you will hear back from me when I'm back, on Jan 26th. This applies to all your requests and pending messages, including the ones in the google user groups. |
b6f4f7a
to
46f5949
Compare
@baranowb Thanks, the |
46f5949
to
1e202da
Compare
AsyncListenerExceptionTest |
SameSiteCookieHandlerTestCase AsyncListenerExceptionTest |
a9b28f1
to
c14e36b
Compare
c14e36b
to
d3b23c1
Compare
… doc contract of one-by-one execution
d3b23c1
to
131bd8b
Compare
@@ -655,4 +655,7 @@ public interface UndertowMessages { | |||
@Message(id = 210, value = "Buffer content underflow for exchange '%s', buffer '%s'") | |||
IOException bufferUnderflow(HttpServerExchange exchange, ByteBuffer buf); | |||
|
|||
@Message(id = 211, value = "Exchange '%s' already has body or is blocking.") | |||
IOException exhangeBlockingOrBlocking(HttpServerExchange e); |
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.
typo
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.
also name is wrong. I will update on monday.
… doc contract of one-by-one execution
Issue: https://issues.redhat.com/browse/UNDERTOW-1735