mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
register new handle event
This commit is contained in:
parent
042eab7051
commit
3ccf3d2e7e
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ impl Client {
|
||||||
.request
|
.request
|
||||||
.info
|
.info
|
||||||
.borrow_mut()
|
.borrow_mut()
|
||||||
.reset(!is_redirect);
|
.reset(!is_redirect)
|
||||||
|
.add_event("New request".to_string());
|
||||||
|
|
||||||
// run async resolver to detect Uri, scheme-less host, or search query
|
// run async resolver to detect Uri, scheme-less host, or search query
|
||||||
lookup(&self.profile, request, self.cancellable(), {
|
lookup(&self.profile, request, self.cancellable(), {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue