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

Issue 12218035: Fix socket error reporting on Windows (Closed)

Created:
7 years, 10 months ago by Søren Gjesse
Modified:
7 years, 10 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix socket error reporting on Windows An error which happened during writing could be reported as error code 0 (which indicate success). This has been fixed so that the original error is reported. R=ager@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=18171

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -22 lines) Patch
M runtime/bin/eventhandler_win.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 6 chunks +24 lines, -22 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
7 years, 10 months ago (2013-02-06 13:05:58 UTC) #1
Mads Ager (google)
7 years, 10 months ago (2013-02-06 13:24:36 UTC) #2
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698