]> git.ipfire.org Git - thirdparty/squid.git/commit
Replace blocking sleep(3) and close UDS socket on failures.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 7 Nov 2013 19:45:12 +0000 (12:45 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 7 Nov 2013 19:45:12 +0000 (12:45 -0700)
commit3e81ed3a82df2cca5eea43526fae4bbd2fe93bd7
treedc7de2a39b175b341f7957f3963207e79a3bfce7
parent645deacc45e4b2d8857f117994ad49c30e578074
Replace blocking sleep(3) and close UDS socket on failures.

The two addressed XXX were not causing any known serious bugs on their own,
but the blocking sleep was ugly and possibly in the way of further
kid registration fixes/improvements.
src/ipc/UdsOp.cc
src/ipc/UdsOp.h