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

Unified Diff: net/base/tcp_listen_socket_unittest.cc

Issue 10389007: Change TCPListenSocket::SendInternal to use a non-blocking implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/base/tcp_listen_socket.cc ('K') | « net/base/tcp_listen_socket.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/tcp_listen_socket_unittest.cc
===================================================================
--- net/base/tcp_listen_socket_unittest.cc (revision 135347)
+++ net/base/tcp_listen_socket_unittest.cc (working copy)
@@ -119,6 +119,7 @@
void TCPListenSocketTester::Listen() {
server_ = DoListen();
+ EXPECT_TRUE(server_);
mmenke 2012/05/08 15:51:57 If you do ASSERT_TRUE(server_), you can remove the
Marshall 2012/05/08 20:27:07 Done.
if (server_) {
server_->AddRef();
ReportAction(TCPListenSocketTestAction(ACTION_LISTEN));
« net/base/tcp_listen_socket.cc ('K') | « net/base/tcp_listen_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698