Mercurial > hg > orthanc
changeset 1953:2324d929681f
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 05 Apr 2016 16:05:32 +0200 |
parents | 01de36d949c3 |
children | 1845512f8914 |
files | Core/HttpServer/HttpOutput.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp Tue Apr 05 14:45:55 2016 +0200 +++ b/Core/HttpServer/HttpOutput.cpp Tue Apr 05 16:05:32 2016 +0200 @@ -300,7 +300,6 @@ throw OrthancException(ErrorCode_ParameterOutOfRange); } - stateMachine_.ClearHeaders(); stateMachine_.SetHttpStatus(status); stateMachine_.SendBody(message, messageSize); }