-
Bug
-
Resolution: Fixed
-
P1
-
1.1.3
-
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.
"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.
- relates to
-
JDK-4062635 Bug when shutting down java.net.Socket (and/or in Java Web Server)
- Closed