Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ disableGZip
Method
disableGZip
src/HttpServer.h:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
void enableGZip() { gzip_ = true; }
146
147
void disableGZip() { gzip_ = false; }
148
149
int64_t getContentLength() const { return lastContentLength_; }
150
Callers
1
HttpServerCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected