Skip to content

Commit

Permalink
Fixes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfenniger committed Oct 20, 2006
1 parent d25cfa0 commit ad7867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/camping/webrick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def service(req, resp)
end

if @local_path
do_GET(req, res)
do_GET(req, resp)
else
resp.body = controller.body.to_s
end
Expand Down

0 comments on commit ad7867f

Please sign in to comment.