We provide a file hosting solution. Our client are the end-users, who hit our servers though HTTP 1.1 protocol & download files. These client are basically software systems or CDNs, who download our files using software libraries. No human user accesses our system. We also provide option of partial file download using HTTP/1.1 range-header etc. Client system also download big file by splitting across chunks, using multiple threads.
I want to check if there would be real benefit if we open up to HTTP/2.0 protocol to our servers? Since our client systems already have capability to use multiple threads to download our files, will HTTP/2.0 multiplexing will add any real benefit?
Thanks