-----------------
- Honor timeout in httok checks even on trying the connection.
Without it, processes that take make than 60 seconds to accept connections
and http_ok with TICK_60 events cause a permanent restart of the process.
- ``httpok`` now sends a ``User-Agent`` header of ``httpok``.
- Removed ``setuptools`` from the ``requires`` list in ``setup.py`` because
it caused installation issues on some systems.