squid icon indicating copy to clipboard operation
squid copied to clipboard

Squid Web Proxy Cache

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

Co-authored-by: Alex Rousskov

S-waiting-for-committer

acl hasHeaderFoo req_header Foo .* 2022/08/12 11:43:27| WARNING: regular expression '.*' has only wildcards and matches all strings. Using '.*' instead. Broken since RE optimization inception (commit 6564dae), but the...

Squid asserted because the code could switch a transient entry from writing to reading while the corresponding store entry was still being (or could still be) written to the shared...

commBind: Cannot bind socket ... : (98) Address already in use When opening a TCP connection from a specific IP address (e.g., set by tcp_outgoing_address), Squid usually lets the OS...

Various cleanup changes to reduce the size of autoconf scripts and remove deprecated macros causing build warnings with autoconf v2.71.

S-waiting-for-author
review-1

store/Disks.cc:690: error: argument 1 value 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Werror=alloc-size-larger-than=] const auto tmp = new SwapDir::Pointer[swap->n_allocated]; Arguably, this is likely a compiler bug and not squid's fault. Either...

M-ignored-by-merge-bots

FD begin their lifecycle belonging to TcpAcceptor which is responsible for closing per Comm::Connection API. That means FD which have issues within the TcpAcceptor logic should be close()'d with a...

S-waiting-for-PR

Broken since inception (commit 1c2b446). The exact runtime effects (if any) of this bug are difficult to ascertain, but it is possible that some COMM_REUSEPORT (i.e. worker-queues port) listening connections...

Bring the documentation back into line with what the code actually does. Also, mention that this is an domain/FQDN not just a host name.

S-waiting-for-author

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