Finschia / cometbft

CometBFT (fork of Tendermint Core): A distributed, Byzantine fault-tolerant, deterministic state machine replication engine
https://docs.cometbft.com
Apache License 2.0
0 stars 0 forks source link

Update the http status code handling on upnp (Triage on ostracon#497) #11

Closed 0Tech closed 11 months ago

0Tech commented 11 months ago

The subject of the triage:

Mdaiki0730 commented 11 months ago

It seems that p2p/upnp/upnp.go does not exist at the stage of v0.38.0. https://github.com/cometbft/cometbft/tree/v0.38.0/p2p

p2p/upnp/upnp.go was considered for removal in cometbft#1113 and removed in cometbft#1114. https://github.com/cometbft/cometbft/issues/1113 https://github.com/cometbft/cometbft/pull/1114

It seems that there is no need to reflect it in cometbft.