For the sake of completeness:
authorPierre Habouzit <madcoder@debian.org>
Wed, 29 Aug 2007 17:18:46 +0000 (19:18 +0200)
committerPierre Habouzit <madcoder@debian.org>
Wed, 29 Aug 2007 17:18:46 +0000 (19:18 +0200)
commit929d7c4772f885850ff8cea577bf5346c8a6224b
tree02f6b19c41f5da10095d9d1d7c68f35f82e19ea9
parent0c1e21b970eada8cc51f5e673e9d67ede0356664
For the sake of completeness:

  * urldecode the "key" argument, as tcp_table(5) ask us to (be quite
    liberal with what we receive though).
  * kill connections that do not send us a \n in less than BUFSIZ octets.
  * answer to empty requests as well.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
srsd.c