Implement reestablishing the connection for EventSource

And remove unneeded fields in EventSourceContext
This commit is contained in:
Keith Yeung 2016-10-15 19:25:31 -07:00
parent 9afc17cd3a
commit 2924726b0a
2 changed files with 102 additions and 13 deletions

View file

@ -48,6 +48,7 @@ extern crate heapsize;
#[macro_use] extern crate heapsize_derive;
extern crate html5ever;
#[macro_use] extern crate html5ever_atoms;
#[macro_use]
extern crate hyper;
extern crate hyper_serde;
extern crate image;