#3981 closed defect (fixed)

LoopingCall in storage_client.HTTPNativeStorageServer should wait for version reply before looping again

Reported by: itamarst Owned by: GitHub <noreply@…>
Priority: normal Milestone: HTTP Storage Protocol
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

The LoopingCall? loops every second, but there's a 5 second timeout on sending a version query for liveness to the server. So you can have multiple version queries in flight at the same time, which is wrong.

Change History (1)

comment:1 Changed at 2023-03-21T16:51:43Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 559e2ec/trunk:

Merge pull request #1262 from tahoe-lafs/3935-happy-eyeballs

MVP happy eyeballs for HTTP storage protocol

Fixes ticket:3935
Fixes ticket:3981

Note: See TracTickets for help on using tickets.