Commits

Andy Green authored 2d3e62b112a
h2: client sid: must be allocated at header send There is no way to allocate a client wsi mux sid before the headers are send, because we don't know the order in which new wsi headers will be sent and so seen by the peer. The peer inisists that sid indexes only increase... we cannot allocat sids monotonically at the client and then send them disordered...