dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Home Page:https://pub.dev/packages/html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpClientResponse not calling error

108Shiva opened this issue · comments

If an HTTP Request is done that is streaming then if the server connection terminates an error or done event is not raised on the HTTP Response object,