Index: net/http/http_stream_parser.h |
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h |
index 3a4258ee9f34d0800c2b7c25ae6e8e3e8297e206..a73528caf9a884d89a70326ba989de4b044a51ad 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -191,6 +191,9 @@ class NET_EXPORT_PRIVATE HttpStreamParser { |
// Uploads statistics about status line compliance with RFC 7230. |
void ValidateStatusLine(const std::string& status_line); |
+ // Flush buffers once the request is sent. |
+ void FlushBuffers(); |
+ |
// Next state of the request, when the current one completes. |
State io_state_; |