Changes between Initial Version and Version 1 of Ticket #2855
- Timestamp:
- 2012-01-23T13:37:17+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2855 – Description
initial v1 1 1 When the network connection is first broken and the the server (or a other host without the old connection state) reappears on the net e.g after a reboot, the TCP state information of the old connection ist lost. The server or other host will then send back a TCP RST packet witch triggers a SIGPIPE-exception under Linux while the waiting client stillt holds the connection open. This has caused this java exception. 2 2 3 {{{ 3 4 Path: trunk 4 5 URL: http://josm.openstreetmap.de/svn/trunk … … 72 73 at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:73) 73 74 ... 10 more 74 75 }}} 75 76 76 77 Deutsche Erklärung: