I have an nginx server configured to use HTTP2. Hosted on that server is some javascript that has the browser send a series of concurrent fetch() requests. The network tab in my browser shows them all starting at roughly the same time, but I'm trying to figure out whether they're actually using the multiplexing feature of HTTP2. Is examining a packet capture the only way to determine this?
Thanks!