Remove dynamic exceptions
[anna.git] / source / http / parser / ReadChunkTrailers.cpp
index 205e9dd..33cdb18 100644 (file)
@@ -57,7 +57,7 @@ using namespace anna;
    obtengamos el cuerpo del mensaje HTTP que progresaremos hacia el exterior.
 */
 int http::parser::ReadChunkTrailers::processLine(http::Transport& transport, const DataBlock& slice, const http::Token& line) const
-throw(RuntimeException) {
+noexcept(false) {
   if(line.getSize() == 0) {            // (1)
     setState(transport, ClassType::WaitMessage);
     return line.calculeOffset(parser::Abstract::getFullMessage(transport)) + sizeEndOfLine;