mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement reestablishing the connection for EventSource
And remove unneeded fields in EventSourceContext
This commit is contained in:
parent
9afc17cd3a
commit
2924726b0a
2 changed files with 102 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue