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