X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fhttp%2Fparser%2FReadChunkTrailers.hpp;fp=include%2Fanna%2Fhttp%2Fparser%2FReadChunkTrailers.hpp;h=cbf3317197d6da316cf2e0a3dc55f2b0460ddc33;hp=79eb0f62c87e49236b6749055c8e9234f3c2c15b;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/include/anna/http/parser/ReadChunkTrailers.hpp b/include/anna/http/parser/ReadChunkTrailers.hpp index 79eb0f6..cbf3317 100644 --- a/include/anna/http/parser/ReadChunkTrailers.hpp +++ b/include/anna/http/parser/ReadChunkTrailers.hpp @@ -22,7 +22,7 @@ public: ReadChunkTrailers() : ReadHeader(ClassType::ReadChunkTrailers) {;} private: - int processLine(Transport&, const DataBlock&, const Token& line) const throw(RuntimeException); + int processLine(Transport&, const DataBlock&, const Token& line) const noexcept(false); }; }