iron-drain 0.1.2

Iron middleware that makes sure requests are read in full before reusing sockets
Documentation

This is a tiny Rust crate containing an Iron middleware. The middleware serves to work around a bug in hyper that can cause sockets to be reused without the previous request being fully read out, which always causes the next request to fail in parsing.

For usage, see the documentation.