Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 1578753002: Try to send EndStreamFlag together with headers (if possible) (Closed)

Created:
4 years, 11 months ago by kustermann
Modified:
4 years, 11 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/http2.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

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 Committed: https://github.com/dart-lang/http2/commit/e7945fb62cf9d1cb59116a056123ad47f3899d83

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M lib/src/streams/stream_handler.dart View 1 chunk +1 line, -4 lines 0 comments Download
M test/client_websites_test.dart View 1 1 chunk +2 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (2 generated)
kustermann
4 years, 11 months ago (2016-01-11 11:59:14 UTC) #2
Søren Gjesse
LGTM https://codereview.chromium.org/1578753002/diff/20001/test/client_websites_test.dart File test/client_websites_test.dart (right): https://codereview.chromium.org/1578753002/diff/20001/test/client_websites_test.dart#newcode127 test/client_websites_test.dart:127: } else if (response.headers['content-encoding']?.join('') == 'deflate') { Separate ...
4 years, 11 months ago (2016-01-11 14:26:35 UTC) #3
kustermann
Thank you. https://codereview.chromium.org/1578753002/diff/20001/test/client_websites_test.dart File test/client_websites_test.dart (right): https://codereview.chromium.org/1578753002/diff/20001/test/client_websites_test.dart#newcode127 test/client_websites_test.dart:127: } else if (response.headers['content-encoding']?.join('') == 'deflate') { ...
4 years, 11 months ago (2016-01-11 15:08:33 UTC) #4
kustermann
4 years, 11 months ago (2016-01-11 15:08:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e7945fb62cf9d1cb59116a056123ad47f3899d83 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698