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

Issue 1070083002: Process outstanding events before making a new HTTP client request (Closed)

Created:
5 years, 8 months ago by Søren Gjesse
Modified:
5 years, 8 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Process outstanding events before making a new HTTP client request This fixes the issue of using a HTTP client connection from the connection pool which was closed and where the close indication has already been received by the event handler. This specifically fixes the 'pub get' issue where a long running constraint resolver would end with the error "Connection closed before full header was received" Retrying GET methods when the connection is closed after succesfuly sending (parts of) the request is still missing. R=kustermann@google.com BUG=http://dartbug.com/21798 Committed: https://code.google.com/p/dart/source/detail?r=45127

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M sdk/lib/io/http_impl.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
5 years, 8 months ago (2015-04-09 11:52:37 UTC) #1
kustermann
lgtm - do we have a reproducable test case? - is 'new Future(() {})' using ...
5 years, 8 months ago (2015-04-09 14:32:30 UTC) #2
Søren Gjesse
On 2015/04/09 14:32:30, kustermann wrote: > lgtm > > - do we have a reproducable ...
5 years, 8 months ago (2015-04-14 08:24:43 UTC) #3
Søren Gjesse
5 years, 8 months ago (2015-04-14 08:25:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 45127 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698