X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fhttp%2Fparser%2FReadHeader.cpp;h=acd172c5578d351ab54b4f177ca9ce7cb56230f6;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=9394ebdea3bff442f78bb8c6d6a603b2ecc5de68;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/http/parser/ReadHeader.cpp b/source/http/parser/ReadHeader.cpp index 9394ebd..acd172c 100644 --- a/source/http/parser/ReadHeader.cpp +++ b/source/http/parser/ReadHeader.cpp @@ -42,7 +42,7 @@ using namespace anna; //---------------------------------------------------------------------------------------------------- /*virtual*/ int http::parser::ReadHeader::processLine(http::Transport& transport, const DataBlock& dataBlock, const http::Token& line) const -throw(RuntimeException) { +noexcept(false) { if(line.getSize() == 0) { // (3) const int size = line.calculeOffset(dataBlock) + sizeEndOfLine; setState(transport, ClassType::WaitMessage);