postrank-labs / goliath

Goliath is a non-blocking Ruby web server framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why Golath does not use 'dj2/query_string_parser' ?

lindemannrichard opened this issue · comments

Just courious, in this post 3 years ago (http://everburning.com/news/introducing-querystringparser) Dan say that in Postrank uses their new QueryString parser.

3 Years passed and goliath still uses Rack::Utils' implementation.

Why?

Because it only works with MRI ruby, whereas one of the goals for Goliath was (and is), ability to run on JRuby/Rubinius, etc. Nothing stops you from swapping it in if you're specifically targeting MRI.