Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

set window size 2^31-1,but send over 65536 data is timeout #153

Open
firstka opened this issue Aug 29, 2016 · 1 comment
Open

set window size 2^31-1,but send over 65536 data is timeout #153

firstka opened this issue Aug 29, 2016 · 1 comment

Comments

@firstka
Copy link

firstka commented Aug 29, 2016

Server set window size is 2^31-1 for speed , so server don't send window update, and setting feedback wind size。 in code , _initialSendWindowSize is update in SPDYSession.m , _sessionSendWindowSize not update, but sending data use MIN(_initialSendWindowSize,_sessionSendWindowSize)

@kgoodier
Copy link
Contributor

kgoodier commented Sep 2, 2016

Related to #91, perhaps?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants