From 96e2d1153d6235b22950ce78eccdba2a834d5e2c Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Wed, 23 Aug 2023 10:13:07 -0700 Subject: [PATCH] Remove todo Covered by https://github.com/libp2p/go-libp2p/issues/2511 --- p2p/http/libp2phttp.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/p2p/http/libp2phttp.go b/p2p/http/libp2phttp.go index 067461829a..6add46fede 100644 --- a/p2p/http/libp2phttp.go +++ b/p2p/http/libp2phttp.go @@ -33,9 +33,6 @@ const ProtocolIDForMultistreamSelect = "/http/1.1" const peerMetadataLimit = 8 << 10 // 8KB const peerMetadataLRUSize = 256 // How many different peer's metadata to keep in our LRU cache -// TODOs: -// - integrate with the conn gater and resource manager - // ProtocolMeta is metadata about a protocol. type ProtocolMeta struct { // Path defines the HTTP Path prefix used for this protocol