mirror of https://github.com/aria2/aria2
Updated doc
parent
9e70c5ead7
commit
94ee6d6895
|
@ -60,6 +60,12 @@ namespace aria2 {
|
||||||
// | +------------> HttpRequestCommand
|
// | +------------> HttpRequestCommand
|
||||||
// | direct connection
|
// | direct connection
|
||||||
// +-----------------------------> HttpRequestCommand
|
// +-----------------------------> HttpRequestCommand
|
||||||
|
//
|
||||||
|
// HttpInitiateConnectionCommand::execute() returns true when DNS is
|
||||||
|
// in synchronous mode and address resolution was complete. When DNS
|
||||||
|
// is in asynchronous mode, it may return false: This means address
|
||||||
|
// resolution is in progress. After address resolution completed,
|
||||||
|
// calling execute() returns true.
|
||||||
class HttpInitiateConnectionCommand : public InitiateConnectionCommand {
|
class HttpInitiateConnectionCommand : public InitiateConnectionCommand {
|
||||||
protected:
|
protected:
|
||||||
virtual Command* createNextCommand
|
virtual Command* createNextCommand
|
||||||
|
|
Loading…
Reference in New Issue