]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5069: Keep listening after getsockname() error (#1713)
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 1 Mar 2024 22:20:20 +0000 (22:20 +0000)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Wed, 6 Mar 2024 05:31:20 +0000 (12:31 +0700)
commit9be86d8db5e8f40829374d26334d0bb5272c1afd
treeaeb2ed27d25090f8a2f146b0f9bdac1ee50863ab
parent11f0bd2ad5c3d328c3ee201dec052d18ddca5a60
Bug 5069: Keep listening after getsockname() error (#1713)

    ERROR: Stopped accepting connections:
    error: getsockname() failed to locate local-IP on ...

In many cases, these failures are intermittent client-triggered errors
(e.g., client shut down the accepted socket); Squid will successfully
accept other connections and, hence, should keep listening for them.
src/comm/TcpAcceptor.cc