celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Reel is now out of sync with 0.6.0.beta.* of http_parser.rb's api. #62

Closed digitalextremist closed 11 years ago

digitalextremist commented 11 years ago

Working on a separately branched fix for this: https://github.com/digitalextremist/reel/tree/http_parser.rb-0.6.0.betas

Reel::Request::Parser is referencing the depreciated/nonexistent methods request_path and query_string.

digitalextremist commented 11 years ago

Fixed in #63