Skip to content

Commit

Permalink
just making sure to namespace the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Moon authored and macournoyer committed Dec 17, 2008
1 parent 3fe6c90 commit f143522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thin/request.rb
Expand Up @@ -43,7 +43,7 @@ class Request
attr_reader :body

def initialize
@parser = HttpParser.new
@parser = Thin::HttpParser.new
@data = ''
@nparsed = 0
@body = StringIO.new
Expand Down

0 comments on commit f143522

Please sign in to comment.