comparison Core/HttpServer/IHttpHandler.h @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 2a170a8f1faf
children
comparison
equal deleted inserted replaced
3972:7f8b30416d50 3973:d86bddb50972
69 virtual ~IHttpHandler() 69 virtual ~IHttpHandler()
70 { 70 {
71 } 71 }
72 72
73 /** 73 /**
74 * This function allows to deal with chunked transfers (new in 74 * This function allows one to deal with chunked transfers (new in
75 * Orthanc 1.5.7). It is only called if "method" is POST or PUT. 75 * Orthanc 1.5.7). It is only called if "method" is POST or PUT.
76 **/ 76 **/
77 virtual bool CreateChunkedRequestReader(std::unique_ptr<IChunkedRequestReader>& target, 77 virtual bool CreateChunkedRequestReader(std::unique_ptr<IChunkedRequestReader>& target,
78 RequestOrigin origin, 78 RequestOrigin origin,
79 const char* remoteIp, 79 const char* remoteIp,