Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Parse error caused undef
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed May 24, 2019
1 parent e6e729b commit d70326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemesis/src/handler.rs
Expand Up @@ -37,7 +37,7 @@ impl<'a> RackRequest<'a> {
.eval(format!(
r#"
{{
Rack::REQUEST_METHOD => '{method}'
Rack::REQUEST_METHOD => '{method}',
Rack::SCRIPT_NAME => '', # mount path
Rack::PATH_INFO => '{path}',
Rack::QUERY_STRING => '{query}',
Expand Down

0 comments on commit d70326a

Please sign in to comment.