summaryrefslogtreecommitdiff
path: root/test/integration/mitm_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/mitm_server.rb')
-rw-r--r--test/integration/mitm_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/mitm_server.rb b/test/integration/mitm_server.rb
index e063687..365c318 100644
--- a/test/integration/mitm_server.rb
+++ b/test/integration/mitm_server.rb
@@ -52,7 +52,7 @@ class MitmServer < TCPServer
r,_w,_e = IO.select([local, remote],nil,nil)
if r.include? local
begin
- data = local.recv local_read_size
+ data = local.recv local_read_size
rescue StandardError => e
data = nil
dlog "Local closed: #{e}"