mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-21 15:18:52 -05:00
da36fc3953
spdy_data_read_callback in SpdyDownstreamConnection calls SpdyUpstream::resume_read() which submits WINDOW_UPDATE, but after that they are not call SpdyUpstream::send(). This means that if no pending outgoing data in upstream, then WINDOW_UPDATE is blocked until SpdyUpstream::send() from somewhere. This change adds SpdyUpstream::send() to resume_read() so that WINDOW_UPDATE is not blocked. |
||
---|---|---|
doc | ||
examples | ||
fedora | ||
lib | ||
m4 | ||
python | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
makerelease.sh | ||
NEWS | ||
proxy.pac.sample | ||
README | ||
README.rst | ||
shrpx.conf.sample |
See README.rst