X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fhttp%2Fparser%2FReadChunkTrailers.hpp;h=cbf3317197d6da316cf2e0a3dc55f2b0460ddc33;hb=f34b8069233e9e09208339bb79d8576c1ff962e1;hp=79eb0f62c87e49236b6749055c8e9234f3c2c15b;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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); }; }