pingora/pingora-core
Matthew Gumport a8b6bbe9f4 address string interpolation outside of proper context
https://github.com/cloudflare/pingora/issues/181

Ran:
```
rg --pcre2 '(?<!(trace\!\()|(println\!\()|(warn\!\()|(info\!\()|(debug\!\()|(format\!\()|(error\!\()|(write\!\()|(panic\!\())\".*\{.+\"'
```

and audited the 200+ results by hand. Only messed up in a few places!

Hat-tip to Kevin for helping me understand the compile error messages I was
seeing trying to fix this naively.
2024-04-22 08:48:19 -07:00
..
src address string interpolation outside of proper context 2024-04-22 08:48:19 -07:00
tests Fix typos and grammar issues 2024-03-01 13:47:27 -08:00
Cargo.toml Add cache_not_modified_filter, handle etag/last-modified 2024-04-12 15:30:28 -07:00
LICENSE Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00