mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Document async networking interfaces.
This commit is contained in:
parent
1ca9ff56c8
commit
1b9684634f
2 changed files with 16 additions and 0 deletions
|
@ -35,6 +35,7 @@ use std::thunk::Invoke;
|
|||
static mut HOST_TABLE: Option<*mut HashMap<String, String>> = None;
|
||||
|
||||
pub fn global_init() {
|
||||
<<<<<<< HEAD
|
||||
//TODO: handle bad file path
|
||||
let path = match env::var("HOST_FILE") {
|
||||
Ok(host_file_path) => host_file_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue