Changes between Initial Version and Version 1 of Ticket #22160, comment 32


Ignore:
Timestamp:
2022-06-27T05:22:24+02:00 (3 years ago)
Author:
Fabi2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22160, comment 32

    initial v1  
    66> 1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone.
    77
    8 Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection?
     8Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection? Then read() should return 0 for EOF and you can`t write to the socket anymore.