Skip to content

Commit

Permalink
fix for xavante
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 9, 2018
1 parent 0d8270c commit 1d7ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http["init"]=function()
end

http["mayRun"]=function()
return not must_stop()
return must_stop()
end

http["run"]=function()
Expand Down

0 comments on commit 1d7ea7d

Please # to comment.