]> git.ipfire.org Git - thirdparty/squid.git/commit
* remove the do {} while (1); crap - we don't need it here
authoradrian <>
Sun, 27 Oct 2002 20:45:06 +0000 (20:45 +0000)
committeradrian <>
Sun, 27 Oct 2002 20:45:06 +0000 (20:45 +0000)
commit3de50fcdfed6478fa92d95de65f42bcadddf99b9
tree80dfd74af3dcda712ff0a1f04f082f59c1eac3ac
parent71b7abe08f6bf46015975d6c8077e9d452c6627d
* remove the do {} while (1); crap - we don't need it here
* fix the switch() statement and event handling - falling through is
  bad in this case as a registered event will only ever be a single
  type (unlike poll() where its a mask).
src/comm_kqueue.cc