Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4069782

sockets do not close correctly on Windows 95

XMLWordPrintable

    • 1.1.5
    • x86
    • solaris_2.5.1
    • Verified

      On the Windows 95 platform , sockets are not closed correctly causing
      "Network error: Connection reset by peer" errors when using the POST operation
      with the JavaServer product. On looking at the socket.c code for the win32
      platform we noticed that shutdown(fd, 1) (line 166 of socket.c) is not called
      for Windows 95 sockets. When I changed the code to call shutdown, the network
      errors went away.

            brenaudsunw Benjamin Renaud (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: