Alex Potsides

Results 591 comments of Alex Potsides

This is already [partially implemented](https://github.com/ipfs/service-worker-gateway/blob/main/src/sw.ts#L584-L591) though it doesn't reset between blocks. We probably don't need to go to the level of blocks specifically, we can just wrap the `@helia/verified-fetch` response...

@gulshanpr it's been a couple of weeks - are you still working on this?

I did come across a bug where when a client with a relay reservation disconnects, the relay would start trying to dial the client back as the relay server tags...

It's not quite ready yet, please follow the [release issue](https://github.com/libp2p/js-libp2p/issues/3185) for progress. To unblock yourself, please use `@multiformats/[email protected]` until `[email protected]` is released. In general if you add deps to your...

> Error: unexpected end of input This normally means the remote closed the connection/stream, though the reason is opaque. We can throw a `ProtocolNegotiationError` error locally instead though it still...

Test to see if it still breaks rust compatibility, not ready for merging.

@parkan I'm missing a little context here - do we need this in the HTTP Gateway routing? I ask because the gateways it will return are from a hard-coded list...

You could add a delay to the `HTTPGatewayRouter` before it started it's search, that'd have the effect of allowing other routers to respond first, but... does the user care or...