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

Issue 8879053: Don't treat stdin from a terminal differently from piped input (Closed)

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

Description

Don't treat stdin from a terminal differently from piped input Both piped input (when using the "<" to pipe in a file) and terminal input from stdin can set POLLIN with 0 bytes available without POLLHUP when end of file is reached. R=ager@google.com BUG=dart:782 TEST=none Committed: https://code.google.com/p/dart/source/detail?r=2311

Patch Set 1 #

Patch Set 2 : Removed debugging code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M runtime/bin/eventhandler_linux.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler_macos.cc View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
9 years ago (2011-12-09 13:28:53 UTC) #1
Mads Ager (google)
9 years ago (2011-12-09 13:35:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698