mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Use std::unique_ptr for HttpRequest instead of std::shared_ptr
This commit is contained in:
parent
9a38c102dc
commit
cb205a207c
9 changed files with 91 additions and 108 deletions
|
@ -151,7 +151,6 @@ HttpResponseCommand::~HttpResponseCommand() {}
|
|||
|
||||
bool HttpResponseCommand::executeInternal()
|
||||
{
|
||||
std::shared_ptr<HttpRequest> httpRequest =httpConnection_->getFirstHttpRequest();
|
||||
auto httpResponse = httpConnection_->receiveResponse();
|
||||
if(!httpResponse) {
|
||||
// The server has not responded to our request yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue