[
https://issues.apache.org/jira/browse/CXF-8096?focusedWorklogId=299326&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-299326
]
ASF GitHub Bot logged work on CXF-8096:
---------------------------------------
Author: ASF GitHub Bot
Created on: 22/Aug/19 10:15
Start Date: 22/Aug/19 10:15
Worklog Time Spent: 10m
Work Description: kkrisz1 commented on pull request #574: CXF-8096 Adding
LoggingFeature causes blocking read
URL: https://github.com/apache/cxf/pull/574
https://issues.apache.org/jira/browse/CXF-8096
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 299326)
Remaining Estimate: 0h
Time Spent: 10m
> Adding LoggingFeature causes blocking read
> ------------------------------------------
>
> Key: CXF-8096
> URL: https://issues.apache.org/jira/browse/CXF-8096
> Project: CXF
> Issue Type: Bug
> Components: logging
> Affects Versions: 3.3.3
> Reporter: Krisztian Kurucz
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Adding org.apache.cxf.feature.LoggingFeature to WebClient feature affects the
> reading of the response is blocked until the stream will be closed.
> Without LoggingFeature the response's input stream can be get immediately for
> further processing.
> error-prone line in WireTapIn::handleInputStream(Message,
> InputStream)::Line92:
>
> {code:java}
> IOUtils.copyAtLeast(bis, bos, limit == -1 ? Integer.MAX_VALUE : limit);{code}
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)