[squid-dev] [PATCH] Fetch missing certificates

Christos Tsantilas christos at chtsanti.net
Fri Jul 15 10:08:53 UTC 2016


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.




More information about the squid-dev mailing list