From 9509f414a88281c93f0a1cb28123b8ae7538ee7f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Mar 2009 17:25:24 -0700 Subject: Remove needless line break --- lib/unicorn/http_request.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb index 7106f62..7d69943 100644 --- a/lib/unicorn/http_request.rb +++ b/lib/unicorn/http_request.rb @@ -67,8 +67,7 @@ module Unicorn # an Exception thrown from the @parser will throw us out of the loop loop do data << read_socket(socket) - @parser.execute(@params, data) and - return handle_body(socket) + @parser.execute(@params, data) and return handle_body(socket) end rescue HttpParserError => e @logger.error "HTTP parse error, malformed request " \ -- cgit v1.2.3-24-ge0c7