Skip to content

Commit

Permalink
Refs #4588, RightAws: Cloud front logging feature, part1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed May 25, 2009
1 parent 1c03173 commit 26b61f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/right_http_connection.rb
Expand Up @@ -34,7 +34,7 @@ module RightHttpConnection #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 4
TINY = 99 #4

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down Expand Up @@ -286,6 +286,8 @@ def start(request_params)
@protocol = request_params[:protocol]

@logger.info("Opening new #{@protocol.upcase} connection to #@server:#@port")
# raise 1/0

@http = Net::HTTP.new(@server, @port)
@http.open_timeout = @params[:http_connection_open_timeout]
@http.read_timeout = @params[:http_connection_read_timeout]
Expand Down

0 comments on commit 26b61f7

Please sign in to comment.