docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Remove bad local stream reference storage #106

Closed dmcgowan closed 8 years ago

dmcgowan commented 8 years ago

Libchan reference IDs unlike spdy IDs are only used remotely and increment by 1. Storing the locally generated id in the streams reference map causes a collision with remotely generated ids. Since the locally created streams are not referenced by incoming messages, only remote needs to be stored.