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

Issue 172363002: Fix Windows event-handler, where write can 'complete' with 0 bytes written. (Closed)

Created:
6 years, 10 months ago by Anders Johnsen
Modified:
6 years, 10 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix Windows event-handler, where write can 'complete' with 0 bytes written. To match our design, we now treat this as a success write, as we expect the error to come on next issued write (which is exactly what happens). BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32788

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M runtime/bin/eventhandler_win.cc View 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
6 years, 10 months ago (2014-02-19 13:04:45 UTC) #1
Søren Gjesse
lgtm
6 years, 10 months ago (2014-02-19 13:22:04 UTC) #2
Anders Johnsen
6 years, 10 months ago (2014-02-19 13:23:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r32788 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698