Skip to content
Snippets Groups Projects
Commit 5a5d01d2 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

modules/http: patched h2_stream

parent f9206db3
Branches
Tags
No related merge requests found
http_SOURCES := http.lua prometheus.lua
http_INSTALL := $(wildcard modules/http/static/*) \
modules/http/http/h2_stream.lua \
modules/http/http/h2_connection.lua \
modules/http/http/server.lua
$(call make_lua_module,http)
......@@ -173,7 +173,7 @@ function connection_methods:events()
end
function connection_methods:timeout()
if not self:empty() then
if self.cq:empty() then
return 0
end
end
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment