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

Unified Diff: net/tools/quic/test_tools/quic_test_client.h

Issue 2875333002: Landing Recent QUIC changes until Mon May 8 21:42:46 2017 +0000 (Closed)
Patch Set: Created 3 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/tools/quic/quic_spdy_client_stream_test.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_client.h
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h
index 1db57a22c208cd1ee8e3b8f2eb34f1b0e0652a0d..26fca3cb7f776dfe48ef0f21e81bfe7e64405a80 100644
--- a/net/tools/quic/test_tools/quic_test_client.h
+++ b/net/tools/quic/test_tools/quic_test_client.h
@@ -245,10 +245,6 @@ class QuicTestClient : public QuicSpdyStream::Visitor,
EpollServer* epoll_server() { return &epoll_server_; }
- void set_allow_bidirectional_data(bool value) {
- allow_bidirectional_data_ = value;
- }
-
size_t num_requests() const { return num_requests_; }
size_t num_responses() const { return num_responses_; }
@@ -373,9 +369,6 @@ class QuicTestClient : public QuicSpdyStream::Visitor,
bool auto_reconnect_;
// Should we buffer the response body? Defaults to true.
bool buffer_body_;
- // When true allows the sending of a request to continue while the response is
- // arriving.
- bool allow_bidirectional_data_;
// For async push promise rendezvous, validation may fail in which
// case the request should be retried.
std::unique_ptr<TestClientDataToResend> push_promise_data_to_resend_;
« no previous file with comments | « net/tools/quic/quic_spdy_client_stream_test.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698