Skip to content

Commit

Permalink
Manually resolve bleeped conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhurt committed Aug 29, 2024
1 parent d8f3ffa commit 1f01a87
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pingora-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ hyper = "0.14"
jemallocator = "0.5"

[features]
default = ["openssl"]
openssl = ["pingora-openssl"]
boringssl = ["pingora-boringssl"]
patched_http1 = []
default = ["openssl", "patched_http1"]
openssl = ["pingora-openssl", "some_tls"]
boringssl = ["pingora-boringssl", "some_tls"]
patched_http1 = []
some_tls = []

0 comments on commit 1f01a87

Please sign in to comment.