mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Invalid type on ID could cause meltdown.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@275 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
ab7e1181b7
commit
5cf77b2bc1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ static VALUE mMongrel;
|
|||
static VALUE cHttpParser;
|
||||
static VALUE cURIClassifier;
|
||||
static VALUE eHttpParserError;
|
||||
static int id_handler_map;
|
||||
static ID id_handler_map;
|
||||
|
||||
static VALUE global_http_prefix;
|
||||
static VALUE global_request_method;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue