DescriptionKeep track of the request and response state in the HTTP client connection
In a HTTP client connection it is possible for the response to end
before the request has been fully sent. This situation was not handled
correctly. Now the HTTP client connection keeps track of the state of
both request and response and doen not end the client connection
before both are done.
R=ager@google.com
BUG=dart:6521
Committed: https://code.google.com/p/dart/source/detail?r=14559
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed review comments #
Messages
Total messages: 3 (0 generated)
|