In case the REQUEST_STREAM or REQUEST_CHANNEL frames must be fragmented (containing the F flag), should it contain the Initial Request N field in all fragments? Seems like a waste of resources to xmit/recv the same field over and over.
It'd make more sense to only send the Initial Request N field on the first frame, but this approach implies having a state machine to handle reassembly.
Thoughts?