Start state transition verification + refactors

This commit is contained in:
Carl Lerche
2017-07-07 10:33:04 -07:00
parent a15f06ea7c
commit f6b6d0c7e8
16 changed files with 351 additions and 100 deletions

View File

@@ -45,7 +45,7 @@ pub fn main() {
let mut response = response::Head::default();
response.status = status::NO_CONTENT;
conn.send_response(1, response, true)
conn.send_response(1.into(), response, true)
})
})
.then(|res| {