tag | d7c87e9600cbaf6f04ed32d296977284e6ae96a8 | |
---|---|---|
tagger | Martin Kustermann <kustermann@google.com> | Mon Jan 11 16:09:32 2016 +0100 |
object | ab902b06876fe3fee4735f0b44cff8686e7aeb68 |
0.1.1
commit | ab902b06876fe3fee4735f0b44cff8686e7aeb68 | [log] [tgz] |
---|---|---|
author | Martin Kustermann <kustermann@google.com> | Mon Jan 11 16:08:38 2016 +0100 |
committer | Martin Kustermann <kustermann@google.com> | Mon Jan 11 16:08:38 2016 +0100 |
tree | c9950e047ed4e823b20692d3877d8b64bcefba02 | |
parent | 9539f10b162b94568466113f7ad375052ca7e91e [diff] |
Try to send EndStreamFlag together with headers (if possible) Some servers (e.g. https://twitter.com) will respond with "status: 400" if one doesn't send the EOS flag with the headers frame (it's not a protocol violation, since it responds with a valid "status: 400" response, but it still different than what other servers, like GWS do). R=sgjesse@google.com Review URL: https://codereview.chromium.org//1578753002 .