[
https://issues.apache.org/jira/browse/MRESOLVER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692843#comment-17692843
]
ASF GitHub Bot commented on MRESOLVER-326:
------------------------------------------
jerrinot commented on code in PR #253:
URL: https://github.com/apache/maven-resolver/pull/253#discussion_r1116124588
##########
maven-resolver-transport-http/src/test/java/org/eclipse/aether/transport/http/HttpServer.java:
##########
@@ -109,6 +110,8 @@ public enum ChecksumHeader {
private String proxyPassword;
+ private int connectionsToClose = 0;
Review Comment:
good one, thanks!
> Transport http should retry on failures
> ---------------------------------------
>
> Key: MRESOLVER-326
> URL: https://issues.apache.org/jira/browse/MRESOLVER-326
> Project: Maven Resolver
> Issue Type: Task
> Components: Resolver
> Reporter: Tamas Cservenak
> Priority: Major
> Fix For: 1.9.6
>
>
> See issue MNG-7708
--
This message was sent by Atlassian Jira
(v8.20.10#820010)