Skip to content

Commit cd74b3c

Browse files
committed
don't use https
1 parent a89a4a8 commit cd74b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog-trace-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ datadog-trace-utils = { path = ".", features = ["test-utils"] }
6464
tempfile = "3.3.0"
6565

6666
[features]
67-
default = ["https"]
67+
#default = ["https"]
6868
https = ["ddcommon/https"]
6969
mini_agent = ["proxy", "compression", "ddcommon/use_webpki_roots"]
7070
test-utils = [

0 commit comments

Comments
 (0)