Github user twogee commented on the pull request:
https://github.com/apache/ant-ivy/commit/6607bdcb3ba69d2ab4f41be6292cc5a6df6365ba#commitcomment-23339716
In URLHandlerDispatcher,
```
@Override
public void download(final URL src, final File dest, final
CopyProgressListener l) throws IOException {
this.download(src, dest, l);
}
@Override
public void upload(final File src, final URL dest, final
CopyProgressListener l) throws IOException {
this.upload(src, dest, l);
}
```
look like recursion? Surely a default timeout constraint is missing?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]