commit | 6dacf783679c6514c23494c55139990cd18b8ce9 | [log] [tgz] |
---|---|---|
author | Jakob Andersen <jakobr@google.com> | Wed Jul 12 19:16:36 2017 +0200 |
committer | Martin Kustermann <kustermann.martin@gmail.com> | Wed Jul 12 19:16:36 2017 +0200 |
tree | df8562fc307332c24f5d46f9de775ede2d50f7f3 | |
parent | 5099c35945f98613818f6c11dd91f0fa35a2a904 [diff] |
Window updates. (dart-lang/http2#12) Make sure the positiveWindow is marked un-buffered if the window opens due to an increase in initial window size. Otherwise, even sub-sequent WindowUpdate frames wouldn't cause a bufferEmpty event to get emitted. Also, if the connection preface doesn't match, don't try to add data to the terminated connection.