Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ wantWrite
Method
wantWrite
src/HttpServer.cc:452–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
bool HttpServer::wantRead() const { return socket_->wantRead(); }
451
452
bool HttpServer::wantWrite() const { return socket_->wantWrite(); }
453
454
} // namespace aria2
Callers
15
executeInternal
Method · 0.45
receiveRequest
Method · 0.45
receiveBody
Method · 0.45
read
Method · 0.45
executeInternal
Method · 0.45
shouldEnableWriteCheck
Method · 0.45
updateWriteCheck
Method · 0.45
shouldEnableWriteCheck
Method · 0.45
send
Method · 0.45
executeInternal
Method · 0.45
executeInternal
Method · 0.45
updateWriteCheck
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected