diff --git a/CMakeLists.txt b/CMakeLists.txt index 85edfe7..fe494b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ## use these variables to configure module installation set(OATPP_THIS_MODULE_NAME oatpp-curl) ## name of the module (also name of folders in installation dirs) -set(OATPP_THIS_MODULE_VERSION "1.2.0") ## version of the module (also sufix of folders in installation dirs) +set(OATPP_THIS_MODULE_VERSION "1.2.5") ## version of the module (also sufix of folders in installation dirs) set(OATPP_THIS_MODULE_LIBRARIES oatpp-curl) ## list of libraries to find when find_package is called set(OATPP_THIS_MODULE_TARGETS oatpp-curl) ## list of targets to install set(OATPP_THIS_MODULE_DIRECTORIES oatpp-curl) ## list of directories to install diff --git a/src/oatpp-curl/io/BodyDecoder.hpp b/src/oatpp-curl/io/BodyDecoder.hpp index df8873a..bed5928 100644 --- a/src/oatpp-curl/io/BodyDecoder.hpp +++ b/src/oatpp-curl/io/BodyDecoder.hpp @@ -37,9 +37,9 @@ class BodyDecoder : public oatpp::web::protocol::http::incoming::BodyDecoder { /** * Typedef for headers map. Headers map key is case-insensitive. - * For more info see &id:oatpp::data::share::LazyStringMap;. + * For more info see &id:oatpp::data::share::LazyStringMultimap;. */ - typedef oatpp::data::share::LazyStringMap Headers; + typedef oatpp::data::share::LazyStringMultimap Headers; public: /**