mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Add missing case in error test
This commit is contained in:
@ -5,6 +5,7 @@ Version 122:
|
|||||||
* Fix zlib symbol conflicts
|
* Fix zlib symbol conflicts
|
||||||
* CMake 3.5.1 is required
|
* CMake 3.5.1 is required
|
||||||
* config.hpp is not a public header
|
* config.hpp is not a public header
|
||||||
|
* Add missing case in error test
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ public:
|
|||||||
check("beast.http", error::need_buffer);
|
check("beast.http", error::need_buffer);
|
||||||
check("beast.http", error::end_of_chunk);
|
check("beast.http", error::end_of_chunk);
|
||||||
check("beast.http", error::buffer_overflow);
|
check("beast.http", error::buffer_overflow);
|
||||||
|
check("beast.http", error::header_limit);
|
||||||
check("beast.http", error::body_limit);
|
check("beast.http", error::body_limit);
|
||||||
check("beast.http", error::bad_alloc);
|
check("beast.http", error::bad_alloc);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user