| 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_;
|
|
|