This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new f8db3056 [VFS-843] Close the HttpConnection after consuming the entire HttpEntity. #421 f8db3056 is described below commit f8db3056364d728741c1d0a9705f2a818a38d0d6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 17 07:56:11 2023 -0400 [VFS-843] Close the HttpConnection after consuming the entire HttpEntity. #421 --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 30a49be1..2826500f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -140,7 +140,10 @@ The <action> type attribute can be add,update,fix,remove. Resolve a FileName to correct FileType #424. </action> <action type="fix" issue="VFS-844" dev="ggregory" due-to="beise, Gary Gregory"> - Prevent that source files urlString is twice URIEncoded #423 + Prevent that source files urlString is twice URIEncoded #423. + </action> + <action type="fix" issue="VFS-843" dev="ggregory" due-to="beise, Gary Gregory"> + Close the HttpConnection after consuming the entire HttpEntity #421. </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco">