GitHub user imoldovan-intacct opened a pull request:
https://github.com/apache/httpcomponents-core/pull/59
Avoid endless loop
Of course, I did not think this through...
This pull request is related to
https://github.com/apache/httpcomponents-core/pull/58 .
We might get into an endless loop for sizes which are in
(Integer.MAX_VALUE - headRoom, Integer.MAX_VALUE] .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/imoldovan-intacct/httpcomponents-core master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpcomponents-core/pull/59.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #59
----
commit 0f16a5b320d46831231ae4e52a77a3e479b9db1d
Author: imoldovan-intacct <imoldovan@...>
Date: 2018-02-12T15:02:06Z
ExpandableBuffer breaks on large response
Ticket: https://issues.apache.org/jira/browse/HTTPCORE-513
commit 021bb0ee2ed5f3252e3bb0ce153e52369cefaead
Author: imoldovan-intacct <imoldovan@...>
Date: 2018-02-13T13:51:08Z
ExpandableBuffer breaks on large response
Ticket: https://issues.apache.org/jira/browse/HTTPCORE-513
This closes #58
commit 5f330017eb22d0d75caf0b9585efd63a1d003b49
Author: imoldovan-intacct <imoldovan@...>
Date: 2018-02-15T14:00:14Z
ExpandableBuffer breaks on large response
Ticket: https://issues.apache.org/jira/browse/HTTPCORE-513
Missed an endless loop when the size is in (Integer.MAX_VALUE - headRoom,
Integer.MAX_VALUE] .
commit db22f6c1eb371f52526af19f14687ab7912bddb7
Author: imoldovan-intacct <imoldovan@...>
Date: 2018-02-15T14:19:03Z
Undo
undo for merge
commit e619cd8d566e586de6d8fe723bd4c091b034dda5
Author: imoldovan-intacct <imoldovan@...>
Date: 2018-02-15T14:33:33Z
ExpandableBuffer breaks on large response
Ticket: https://issues.apache.org/jira/browse/HTTPCORE-513
Endless loop for sizes in (Integer.MAX_VALUE - headRoom, Integer.MAX_VALUE]
.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]