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

Unified Diff: net/base/tcp_listen_socket_unittest.h

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
Index: net/base/tcp_listen_socket_unittest.h
===================================================================
--- net/base/tcp_listen_socket_unittest.h (revision 135347)
+++ net/base/tcp_listen_socket_unittest.h (working copy)
@@ -91,6 +91,8 @@
void TestClientSendLong();
// verify a send/read from server to client
void TestServerSend();
+ // verify multiple sends and reads from server to client.
+ void TestServerSendMultiple();
virtual bool Send(SOCKET sock, const std::string& str);

Powered by Google App Engine
This is Rietveld 408576698