Issue #6617 has been updated by drbrain (Eric Hodel). =begin You need to initialize instance variables to prevent warnings on uninitialized access: $ ruby -we 'p @x' -e:1: warning: instance variable @x not initialized nil =end ---------------------------------------- Feature #6617: Net::HTTP: Bind to a specific local IP/port https://bugs.ruby-lang.org/issues/6617#change-27835 Author: mksm (Ricardo Amorim) Status: Open Priority: Normal Assignee: naruse (Yui NARUSE) Category: lib Target version: 2.0.0 Despite having several solutions floating around the net, this feature is currently not present in Net::HTTP. I searched the issues but didn't find any discussion on this. How does the dev team feel about this? Can I submit a patch for revision? -- http://bugs.ruby-lang.org/