Searched defs:kMaxHeaderBufSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_parser.h99 // |kMaxHeaderBufSize| is the number of bytes that the response headers can
102 // Note: |kMaxHeaderBufSize| should be a multiple of |kHeaderBufInitialSize|.
103 enum { kMaxHeaderBufSize = 256 * 1024 }; // 256 kilobytes. enumerator in enum:net::HttpStreamParser::__anon3137
/external/chromium_org/net/http/
H A Dhttp_stream_parser.h133 // |kMaxHeaderBufSize| is the number of bytes that the response headers can
136 // Note: |kMaxHeaderBufSize| should be a multiple of |kHeaderBufInitialSize|.
137 static const int kMaxHeaderBufSize = kHeaderBufInitialSize * 64; // 256K member in class:net::HttpStreamParser

Completed in 65 milliseconds