Tidy up empty_body writer error

This commit is contained in:
Vinnie Falco
2017-06-04 15:05:23 -07:00
parent aa2c915c96
commit 4f91e632bc
3 changed files with 13 additions and 6 deletions

View File

@@ -39,7 +39,10 @@ public:
check("http", error::end_of_stream);
check("http", error::partial_message);
check("http", error::need_more);
check("http", error::unexpected_body);
check("http", error::need_buffer);
check("http", error::buffer_overflow);
check("http", error::bad_line_ending);
check("http", error::bad_method);
check("http", error::bad_path);