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

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
« no previous file with comments | « net/base/tcp_listen_socket.cc ('k') | net/base/tcp_listen_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/base/tcp_listen_socket.cc ('k') | net/base/tcp_listen_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698