cstamas commented on PR #408:
URL: https://github.com/apache/maven-resolver/pull/408#issuecomment-1900395350

   Usually remote reposes have different URLs (usually different hosts), so 
yes, a repo is one distinct connection. Usually. I may imagine someone defines 
central1, central2, etc and all point to central, but I find it highly not 
plausible.
   
   This workaround is about "concurrent requests", that in HTTP/2 is 
"concurrent streams" while in HTTP/1.1 is usually "concurrent requests". Also, 
unsure why you keep repeating "not work": check out the reproducer, w/o this 
commit it will reproduce the error (IOEx: too many concurrent streams) and with 
this commit it will work OK. So it works. From where you get that "the fix does 
not help?".
   
   The http2 _is reliable by default_, did you try it out? Of course, currently 
it is only Maven Central that supports it fully, as all the MRMs out there are 
HTTP/1.1 only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to