Stash the first line in the method so we can get it.

This commit is contained in:
JoelKatz
2013-01-25 11:59:24 -08:00
parent ef46e76f22
commit 85a17e0d6b

View File

@@ -159,6 +159,7 @@ public:
ss >> val;
set_version(val);
} else {
set_method(request);
return false;
}