Add missing case in error test

This commit is contained in:
Vinnie Falco
2017-10-10 08:17:16 -07:00
parent 8179be560e
commit 6ca2ef8449
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Version 122:
* Fix zlib symbol conflicts
* CMake 3.5.1 is required
* config.hpp is not a public header
* Add missing case in error test
--------------------------------------------------------------------------------

View File

@ -46,6 +46,7 @@ public:
check("beast.http", error::need_buffer);
check("beast.http", error::end_of_chunk);
check("beast.http", error::buffer_overflow);
check("beast.http", error::header_limit);
check("beast.http", error::body_limit);
check("beast.http", error::bad_alloc);