Tidy up empty_body writer error

This commit is contained in:
Vinnie Falco
2017-06-04 15:05:23 -07:00
parent 7d267f46b0
commit 60f044aff0
3 changed files with 13 additions and 6 deletions
+3
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);