MCPcopy Create free account
hub / github.com/aria2/aria2 / disableKeepAlive

Method disableKeepAlive

src/HttpServer.h:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 void enableKeepAlive() { keepAlive_ = true; }
142
143 void disableKeepAlive() { keepAlive_ = false; }
144
145 void enableGZip() { gzip_ = true; }
146

Callers 2

executeMethod · 0.80
sendJsonRpcResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected