|
|
|
|
|
by chatmasta
3388 days ago
|
|
Is there an easy way to pipeline those requests over one TCP connection? Or is that only possible with http/2? I wonder if it would be lower latency to open a single websocket tunnel on page load and download assets over the tunnel. Although at that point I suppose you're just replicating the functionality of http/2. |
|