Changes between Initial Version and Version 1 of Ticket #22160, comment 32
- Timestamp:
- 2022-06-27T05:22:24+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22160, comment 32
initial v1 6 6 > 1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone. 7 7 8 Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection? 8 Can 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.