[
https://issues.apache.org/jira/browse/HTTPCORE-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015551#comment-17015551
]
ASF subversion and git services commented on HTTPCORE-623:
----------------------------------------------------------
Commit 529b392b63229e1a4e658b1105332adaf3a89464 in httpcomponents-core's branch
refs/heads/master from Gary Gregory
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-core.git;h=529b392 ]
[HTTPCORE-623] Change (#185)
org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable() int input
to Timeout.
> Change org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable() int
> input to Timeout
> -----------------------------------------------------------------------------------------
>
> Key: HTTPCORE-623
> URL: https://issues.apache.org/jira/browse/HTTPCORE-623
> Project: HttpComponents HttpCore
> Issue Type: New Feature
> Components: HttpCore
> Affects Versions: 5.0-beta11
> Reporter: Gary D. Gregory
> Assignee: Gary D. Gregory
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Change {{org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable()}}
> {{int}} input to {{Timeout}}.
> Is:
> {code:java}
> org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable(int)
> {code}
> Should be:
> {code:java}
> org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable(Timeout)
> {code}
> Fixed in https://github.com/apache/httpcomponents-core/pull/185
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]