mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update uuid
This commit is contained in:
parent
9a41af68a4
commit
36c4208f22
13 changed files with 57 additions and 58 deletions
|
@ -1166,7 +1166,7 @@ fn http_network_fetch(
|
|||
let request_id = context
|
||||
.devtools_chan
|
||||
.as_ref()
|
||||
.map(|_| uuid::Uuid::new_v4().simple().to_string());
|
||||
.map(|_| uuid::Uuid::new_v4().to_simple().to_string());
|
||||
|
||||
// XHR uses the default destination; other kinds of fetches (which haven't been implemented yet)
|
||||
// do not. Once we support other kinds of fetches we'll need to be more fine grained here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue