You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been thinking about this. This basically means that streams have to be numbered at the very last moment, not when allocated, after they are sending things.
Do you have a simple test case you can share to further help in tracking down a good solution for this?
Yes, just issue several parallel requests using goroutines: https://gist.github.com/direvius/761c55acc916c76fac04
You'll probably need to run it several times to catch it. On my mac it fails in about 70% of all cases.
As stated in SPDY Protocol - Draft 3.1:
But using goroutines it is possible to run into a situation where SYN_STREAM #3 being issued before SYN_STREAM #1:
The text was updated successfully, but these errors were encountered: