-
Notifications
You must be signed in to change notification settings - Fork 603
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
Enhancing the ignoreWriteAfterCommit property #30896
base: integration
Are you sure you want to change the base?
Enhancing the ignoreWriteAfterCommit property #30896
Conversation
...bm.ws.transport.http/src/com/ibm/ws/http/channel/internal/outbound/HttpOutputStreamImpl.java
Show resolved
Hide resolved
...bm.ws.transport.http/src/com/ibm/ws/http/channel/internal/outbound/HttpOutputStreamImpl.java
Outdated
Show resolved
Hide resolved
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
#build (view Open Liberty Personal Build - ⏳InProgress) Note: Target locations of links might be accessible only to IBM employees. |
#fullpb (view Open Liberty Personal Build - ⏳InProgress) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
1 similar comment
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
@@ -213,7 +213,7 @@ public class HttpChannelConfig { | |||
private HashSet<String> configuredHeadersErrorSet = null; | |||
/** Identifies if the transport will ignore writes if the message has been committed. When false, an exception | |||
* is expected to be thrown marking the invalid state. */ | |||
private boolean ignoreWriteAfterCommit = false; | |||
private boolean ignoreWriteAfterCommit = true; |
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.
Why is the default value being set to true on this?
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).Fixes #30871