squid icon indicating copy to clipboard operation
squid copied to clipboard

Squid Web Proxy Cache

Results 167 squid issues
Sort by recently updated
recently updated
newest added

Address.cc:663 getAddrInfo() assertion failed: false Squid v5 added Ip::Address::fromHost(), which attempts to parse the host field of a URL to see if it is a literal IP address. When the...

S-waiting-for-author
M-ignored-by-merge-bots

This library is intended to present the API(s) for configuration processing, management and access to the rest of Squid. Initial class Configuration::File combines: a) file management design from ConfigParser::CfgFile, Extended...

S-waiting-for-author

When the proxy is making a direct connection to the origin server, it will now connect to the host contained in the alt-host note, or X-Alt-Host ICAP response header, if...

M-ignored-by-merge-bots

Correct a design flaw placing the HTTP parsing logics all under HTTP/1 specific namespace. Syntax details are shared with future HTTP versions and will be needed by their parsers when...

Integrate AsyncCall better with Squid events mechanism by storing events as an AsyncCall which will be dialed when the event timeout occurs rather than as callback and generating a Call...

S-waiting-for-author

The nil pointer dereference detected by Svace static analysis tool: warn: NULL_AFTER_DEREF Pointer 'fetch->pd' which was dereferenced at peer_digest.cc:702 is compared to NULL value at peer_digest.cc:709.

S-waiting-for-more-authors

Since v4 the code converting URL-rewrite helper replies from legacy Squid-2 syntax. Allocated a temporary MemBuf sized to be exactly the response I/O size. This did not allow for MemBuf::append...

Coding Guideline: "never use raw-pointers to AsyncJob" AcceptLimiter was violating this with stored pointers to TcpAcceptor instances. Fix this by storing Call objects instead. The AsyncCall Dialer handles Job removal...

S-waiting-for-author
S-waiting-for-PR

To enable PROXY protocol support on an https_port with SslBump: https_port ... ssl-bump ... require-proxy-header SslBump is currently required for receiving PROXY protocol on an https_port. The following https_port configurations...

S-waiting-for-PR