Closed webattitude closed 9 years ago
Why should it be?
because initialize calls itself through its alias _initializetcp, doesn't it ? [edit] well, in case there is no socks server at class level [/edit]
sorry if this is trivial, I'm pretty new to ruby and rails...
It's ok, sorry. initialize_tcp is an alias for standard TCPSocket#initialize, right ?
I came to know what alias is ^^ sorry to bother
Hello, why isn't this https://github.com/astro/socksify-ruby/blob/master/lib/socksify.rb#L178 an infinite loop ?