Changes between Initial Version and Version 1 of Ticket #2855


Ignore:
Timestamp:
2012-01-23T13:37:17+01:00 (14 years ago)
Author:
skyper
Comment:

format

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2855 – Description

    initial v1  
    11When 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.
    22
     3{{{
    34Path: trunk
    45URL: http://josm.openstreetmap.de/svn/trunk
     
    7273    at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:73)
    7374    ... 10 more
    74 
     75}}}
    7576
    7677Deutsche Erklärung: