| Index: net/http/http_pipelined_connection_impl.h
|
| diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h
|
| index a63aabd0d430167e2d5e652f65e82acdbe55d28f..64577b71108bd547e3b9ad11eab13a46184bf97e 100644
|
| --- a/net/http/http_pipelined_connection_impl.h
|
| +++ b/net/http/http_pipelined_connection_impl.h
|
| @@ -256,6 +256,10 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl
|
| // HttpPipelinedSockets indicates the connection was suddenly closed.
|
| int DoEvictPendingReadHeaders(int result);
|
|
|
| + // Reports back to |delegate_| whether pipelining will work. This is called
|
| + // every time we receive headers.
|
| + void CheckHeadersForPipelineCompatibility(int result, int pipeline_id);
|
| +
|
| // Posts a task to fire the user's callback in response to SendRequest() or
|
| // ReadResponseHeaders() completing on an underlying parser. This might be
|
| // invoked in response to our own IO callbacks, or it may be invoked if the
|
|
|