pass opts to real write
git-svn-id: file:///home/svn/framework3/trunk@6066 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ac160be94e
commit
8546da23e4
|
@ -75,7 +75,7 @@ module SocketTracer
|
|||
def write(buf, opts = {})
|
||||
@fd.puts "WRITE (#{buf.length} bytes)"
|
||||
@fd.puts Rex::Text.to_hex_dump(buf)
|
||||
super(buf)
|
||||
super(buf, opts)
|
||||
end
|
||||
|
||||
# Hook the read method
|
||||
|
@ -104,4 +104,4 @@ module SocketTracer
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue