Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
5a5d01d2
Commit
5a5d01d2
authored
Jun 13, 2016
by
Marek Vavrusa
Browse files
modules/http: patched h2_stream
parent
f9206db3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
modules/http/http.mk
View file @
5a5d01d2
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)
modules/http/http/h2_connection.lua
View file @
5a5d01d2
...
...
@@ -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
...
...
modules/http/http/h2_stream.lua
0 → 100644
View file @
5a5d01d2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment