> On 18 Jan 2017, at 16:38, Scott Mitchell <scott.k.mitch1@gmail.com> wrote:
>
> This is interesting. If FF is using streams 1-7 then as soon as stream 9 is used for a HEADERS request that will close streams 1-7 according to section 5.1.1:
>
> > first use of a new stream identifier implicitly closes all streams in the "idle" state that might have been initiated by that peer with a lower-valued stream identifier
Only if they are not opened via HEADERS frames, which they are. FF sent (I haven’t checked recently) PRIORITY frames for the first few stream IDs, and then started sending HEADERS from 1 onwards.
Cory