lib/rfuzz/client.rb in rfuzz-0.8 vs lib/rfuzz/client.rb in rfuzz-0.9

- old
+ new

@@ -222,10 +222,10 @@ REQ_HOST="Host" CHUNK_SIZE=1024 * 16 CRLF="\r\n" # Access to the host, port, default options, and cookies currently in play - attr_accessor :host, :port, :options, :cookies, :allowed_methods, :notifier + attr_accessor :host, :port, :options, :cookies, :allowed_methods, :notifier, :sock # Doesn't make the connect until you actually call a .put,.get, etc. def initialize(host, port, options = {}) @options = options @host = host