- Factor close_unusable_connections() out of
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2008 19:49:15 +0000 (19:49 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2008 19:49:15 +0000 (19:49 +0000)
commit84b25f88888941ecdddc1f997b07baef40f80336
treeb337fc0f420156f521d0c6c3412156a6b8e01512
parent92f1c5a1258893f24b4236a31983a5cf1a5b262a
- Factor close_unusable_connections() out of
  get_reusable_connection() to make sure we really check
  all the remembered connections, not just the ones before
  the next reusable one.
- Plug two file descriptor leaks. Internally marking
  connections as closed doesn't cut it.
gateway.c