| Index: net/tools/quic/quic_client_bin.cc
|
| diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc
|
| index d300962961a75954a849a22e003158d7d4170ab8..7e525f3f1bf5c6eb004a340ea5fedcf165b72cea 100644
|
| --- a/net/tools/quic/quic_client_bin.cc
|
| +++ b/net/tools/quic/quic_client_bin.cc
|
| @@ -313,11 +313,10 @@ int main(int argc, char* argv[]) {
|
|
|
| // Make sure to store the response, for later output.
|
| client.set_store_response(true);
|
| -
|
| // Send the request.
|
| net::SpdyHeaderBlock header_block =
|
| net::SpdyBalsaUtils::RequestHeadersToSpdyHeaders(headers);
|
| - client.SendRequestAndWaitForResponse(headers, body, /*fin=*/true);
|
| + client.SendRequestAndWaitForResponse(header_block, body, /*fin=*/true);
|
|
|
| // Print request and response details.
|
| if (!FLAGS_quiet) {
|
|
|