Mercurial > hg > orthanc
changeset 1954:1845512f8914
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 05 Apr 2016 17:18:19 +0200 |
parents | 2324d929681f |
children | ed77a9aea3f6 |
files | Core/HttpServer/HttpOutput.cpp |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp Tue Apr 05 16:05:32 2016 +0200 +++ b/Core/HttpServer/HttpOutput.cpp Tue Apr 05 17:18:19 2016 +0200 @@ -291,8 +291,7 @@ const char* message, size_t messageSize) { - if (status == HttpStatus_200_Ok || - status == HttpStatus_301_MovedPermanently || + if (status == HttpStatus_301_MovedPermanently || status == HttpStatus_401_Unauthorized || status == HttpStatus_405_MethodNotAllowed) {