Skip to content

Commit

Permalink
chore: version 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 6, 2024
1 parent 37100de commit e2f4e1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pingap"
version = "0.1.14"
version = "0.1.15"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
categories = ["network-programming", "web-programming::http-server"]
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ impl ProxyHttp for Server {
let peer = lo
.upstream
.new_http_peer(ctx, session)
.ok_or(pingora::Error::new_str("Upstream not found"))?;
.ok_or(pingora::Error::new_str("No available upstream"))?;

Ok(Box::new(peer))
}
Expand Down

0 comments on commit e2f4e1b

Please sign in to comment.