mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
1. Add an enum type NetworkEventMessage for handling both HttpRequest and HttpResponse messages
2. Change run_server to handle network events 3. Add a unique id to track request-actor associations 4. Update the network event actor
This commit is contained in:
parent
9f4a88bc48
commit
6e91ebb1fe
5 changed files with 230 additions and 72 deletions
|
@ -29,6 +29,7 @@ extern crate rustc_serialize;
|
|||
extern crate util;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
extern crate uuid;
|
||||
|
||||
extern crate regex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue