Skip to content

Commit

Permalink
add ext as Extensions::new
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Jul 31, 2024
1 parent 0d4a658 commit cf8faea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pingora-load-balancing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ impl Backend {
Ok(Backend {
addr: SocketAddr::Inet(addr),
weight,
ext: Extensions::new(),
})
// TODO: UDS
}
Expand Down

0 comments on commit cf8faea

Please sign in to comment.