#2689 closed bug (fixed)
ftp does not release "tcp send" lock on exit (ctrl^C)
Reported by: | emitrax | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Network & Internet/TCP | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I ran ftp, hit ctrlC before it could get connected (at least I think), then re-ran ftp and try to connect to the same server. It hangs on
TCPEndpoint::_WaitForEstablished
It *seems* that the previous instance did not release the lock correctly.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Works now it seems.