blob: c08c2056af33f43feed48ebffbdf30f25dea0032 (
plain)
| 1
2
3
4
5
6
7
8
9
 | To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using
the curb extension.
Upon a Debian GNU/Linux system this may be installed via:
  apt-get install build-essential libcurl4-gnutls-dev rubygems1.8
  gem install curb
 |