how to use Multiplexing http2 feature when uploading
问题 There should be a significant improvement of performance using multiplexing http2 feature when uploading multiple files. And Java has an httpclient which supports natively the HTTP/2 protocol, so given that I tried to wrote the code for my own understanding. This task seems to be not easy as I thought initially, or on the other side it seems that I wasn't able to find a server able to use Multiplexing in upload (if exists). This is the code I wrote, anyone has thoughts about? HttpClient