Hi I recently ran into a number of HTTP related issues with virtual threads as documented in this article.
https://medium.com/@phil_3582/java-virtual-threads-some-early-gotchas-to-look-out-for-f65df1bad0db?source=friends_link&sk=f1f6ed425c4d17cdc1188f85a0d13d4d (Friend link, no paywall) Very briefly: 1. HTTP/2 concurrent connection limitation (not related to virtual threads) 2. HttpClient worker thread count explosion when used with virtual threads 3. ReadableByteChannel/HttpResponseInputStream deadlock when used with virtual threads Advise on the best way to report these? I don't have Author status to report them using https://bugs.openjdk.org/ Thanks -P