Mercurial > hg > orthanc
changeset 3360:7569d3dc1c20
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 May 2019 12:28:11 +0200 |
parents | 849c651c1381 |
children | ea07b29c6d0e cf4e35fef742 |
files | Core/HttpClient.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpClient.cpp Thu May 02 13:23:29 2019 +0200 +++ b/Core/HttpClient.cpp Tue May 07 12:28:11 2019 +0200 @@ -358,7 +358,7 @@ url_ = ""; method_ = HttpMethod_Get; - lastStatus_ = HttpStatus_200_Ok; + lastStatus_ = HttpStatus_None; SetVerbose(GlobalParameters::GetInstance().IsDefaultVerbose()); timeout_ = GlobalParameters::GetInstance().GetDefaultTimeout(); GlobalParameters::GetInstance().GetDefaultProxy(proxy_);