From 264a12230e5d99a283443f5d054d1ad0d66339cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 27 Jan 2024 13:31:07 +0100 Subject: [PATCH] http README: remove text about only running over TLS --- crates/http/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/http/README.md b/crates/http/README.md index fbc0372..7895386 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -95,7 +95,6 @@ After starting the tracker, run the load tester: Implements: * [BEP 003]: HTTP BitTorrent protocol ([more details](https://wiki.theory.org/index.php/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol)). Exceptions: - * Only runs over TLS * Doesn't track the number of torrent downloads (0 is always sent) * Only compact responses are supported * [BEP 023]: Compact HTTP responses @@ -111,4 +110,4 @@ fine in production. Copyright (c) 2020-2023 Joakim FrostegÄrd Distributed under the terms of the Apache 2.0 license. Please refer to the -`LICENSE` file in the repository root directory for details. \ No newline at end of file +`LICENSE` file in the repository root directory for details.