iron-drain

Crates.ioiron-drain
lib.rsiron-drain
version0.1.2
sourcesrc
created_at2016-04-02 07:05:56.333388
updated_at2017-01-20 19:46:32.305965
descriptionIron middleware that makes sure requests are read in full before reusing sockets
homepagehttps://github.com/durka/iron-drain
repositoryhttps://github.com/durka/iron-drain
max_upload_size
id4654
size4,432
Alex Burka (durka)

documentation

README

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.

Commit count: 3

cargo fmt