fix(http): Enable tls support by default (#1166)

This commit is contained in:
Fabian-Lars
2024-04-10 09:35:20 +02:00
committed by GitHub
parent 8d7689f6f9
commit 500ff10fbd
3 changed files with 32 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"http": patch
---
**Breaking change:** Removed the `default-tls` feature flag. The `rustls-tls`, `http2`, `macos-system-configuration`, and `charset` feature flags are now enabled by default.