about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-19 02:54:18 +0000
committerEric Wong <e@80x24.org>2014-02-19 02:54:18 +0000
commit5e4a2deafacd63a3e1a3f048eaf56a213174b3cc (patch)
tree527bde0fa904be54ad173c28fe2ca9643e01f68f /script
parent13e744da08bae8be4af517edb509a17cb567c154 (diff)
downloadunicorn-5e4a2deafacd63a3e1a3f048eaf56a213174b3cc.tar.gz
This feature is on hold for now, since it never really took
off and kgio-monkey is more-or-less abandoned.  I'm not looking
forward to supporting OpenSSL unless there's interest.

This was mainly intended as an experiment to deal with a bad
hardware/firmware situation on a LAN I have.  It allowed SSL
to abort on corrupt packets.
Diffstat (limited to 'script')
-rwxr-xr-xscript/isolate_for_tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 63df48e..6f0a9fc 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -17,7 +17,6 @@ opts = {
 pid = fork do
   Isolate.now!(opts) do
     gem 'raindrops', '0.12.0'
-    gem 'kgio-monkey', '0.4.0'
     gem 'kgio', '2.8.1'
     gem 'rack', '1.5.2'
   end