Index: net/http/http_stream_parser.cc |
=================================================================== |
--- net/http/http_stream_parser.cc (revision 155503) |
+++ net/http/http_stream_parser.cc (working copy) |
@@ -22,7 +22,7 @@ |
namespace { |
const size_t kMaxMergedHeaderAndBodySize = 1400; |
-const size_t kRequestBodyBufferSize = 1 << 14; // 16KB |
+const size_t kRequestBodyBufferSize = 1 << 14; // 16KB <= XXX This is the largest write buffer. |
wtc
2012/09/07 23:18:54
This comment is intended to help code review. It w
|
std::string GetResponseHeaderLines(const net::HttpResponseHeaders& headers) { |
std::string raw_headers = headers.raw_headers(); |