reta commented on code in PR #2955:
URL: https://github.com/apache/cxf/pull/2955#discussion_r2924331479
##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/Servlet3ContinuationProvider.java:
##########
@@ -80,7 +67,7 @@ public Continuation getContinuation() {
}
if (continuation == null) {
- continuation = IS_31 ? new Servlet31Continuation() : new
Servlet3Continuation();
+ continuation = new Servlet3Continuation();
Review Comment:
```suggestion
continuation = new Servlet31Continuation();
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]