On 07/15/2016 11:14 AM, Amos Jeffries wrote:
Or when we need some certainty about what the size of the data field
actually is.

Side track: For sizes of payload objects we should be centering on
uint64_t to handle the large objects instead of size_t or int which
can't handle them.

This situation is ambiguous for Downloader though since its
HTTP_REQBUF_SZ can only able to handle 4 KB or smaller objects.

I would like that increased to 64KB though. Since we have already had
sightings of quite large certificates coming out of Google with lots of
alternative-domain entries in the cert.

The HTTP_REQBUF_SZ is used for a buffer to read data, not to store the whole body data.


_______________________________________________
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev

Reply via email to