mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Update uuid.
This commit is contained in:
parent
1a6245828a
commit
489d2e5e49
10 changed files with 90 additions and 126 deletions
|
@ -759,7 +759,7 @@ pub fn load<A>(load_data: LoadData,
|
|||
load_data.preserved_headers.clone()
|
||||
};
|
||||
|
||||
let request_id = uuid::Uuid::new_v4().to_simple_string();
|
||||
let request_id = uuid::Uuid::new_v4().simple().to_string();
|
||||
|
||||
modify_request_headers(&mut request_headers, &doc_url,
|
||||
&user_agent, &http_state.cookie_jar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue