mod_bosh, mod_websocket: Add soft dependency on mod_http_altconnect

This commit is contained in:
Matthew Wild 2025-02-16 13:32:59 +00:00
parent 1bb0fa47bc
commit 573e9f2716
2 changed files with 4 additions and 0 deletions

View file

@ -367,6 +367,8 @@ function module.add_host(module)
};
});
module:depends("http_altconnect", true);
module:hook("c2s-read-timeout", keepalive, -0.9);
end