DescriptionProcess 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 #
Messages
Total messages: 4 (0 generated)
|