summaryrefslogtreecommitdiff
path: root/lib/httpunix.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpunix.rb')
-rw-r--r--lib/httpunix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httpunix.rb b/lib/httpunix.rb
index 12787ee..db160eb 100644
--- a/lib/httpunix.rb
+++ b/lib/httpunix.rb
@@ -32,7 +32,7 @@ module Net
class HTTPUNIX < HTTP
def initialize(socketpath, port=nil)
super(socketpath, port)
- @port = nil # HTTP will set it to default - override back -> set DEFAULT_PORT
+ @port = nil # HTTP will set it to default - override back -> set DEFAULT_PORT
end
# override to prevent ":<port>" being appended to HTTP_HOST