Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
Covered by #2511
  • Loading branch information
MarcoPolo committed Aug 28, 2023
1 parent c7cf8a8 commit d3f34df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions p2p/http/libp2phttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3f34df

Please sign in to comment.