RawLuaConnection has a different control flow as HTTPModuleLua and ConsoleRunner
r:sleep() in RawLuaConnection (will not suspend, only set timeout) has a different semantic as in HTTPModuleLua and ConsoleRunner (will sleep at that moment). Should probably be the same control flow.