socketry / async-http

MIT License
298 stars 45 forks source link

Add specs for more HTTP::Body classes #10

Closed janko closed 6 years ago

janko commented 6 years ago

This adds specs for Body::Fixed, Body::Chunked, and Body::Buffered, including the specs that assert memory allocations.

I also included two changes to the application code:

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.5%) to 89.8% when pulling 547ea362a315376e073bb938a605fcbad5e91326 on add-more-body-specs into 9db36bc1230a3c09bf955e24b779dbf5be9a693c on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.5%) to 89.8% when pulling 547ea362a315376e073bb938a605fcbad5e91326 on add-more-body-specs into 9db36bc1230a3c09bf955e24b779dbf5be9a693c on master.

ioquatix commented 6 years ago

Thanks for your effort making more specs and fixing bugs.