Skip to content

Commit

Permalink
There seems to be change in the API
Browse files Browse the repository at this point in the history
  • Loading branch information
marekjelen committed Nov 30, 2011
1 parent 96349a5 commit 16ddcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -62,8 +62,8 @@ This gem aims to work on all major Ruby platforms, including:
@body = '' @body = ''
end end


def on_headers_complete def on_headers_complete(headers)
@headers = @parser.headers @headers = headers
end end


def on_body(chunk) def on_body(chunk)
Expand Down

0 comments on commit 16ddcc7

Please sign in to comment.