MCPcopy 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
450bool HttpServer::wantRead() const { return socket_->wantRead(); }
451
452bool HttpServer::wantWrite() const { return socket_->wantWrite(); }
453

Callers 14

receiveRequestMethod · 0.45
receiveBodyMethod · 0.45
readMethod · 0.45
executeInternalMethod · 0.45
sendMethod · 0.45
executeInternalMethod · 0.45
executeInternalMethod · 0.45
receiveMessageMethod · 0.45
receiveHandshakeMethod · 0.45
bulkReceiveResponseMethod · 0.45
receiveResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected