| Author |
java.net.SocketException: Connection reset by peer: socket write error
|
Kenny Birney
Greenhorn
Joined: Apr 27, 2004
Posts: 9
|
|
Problems a plenty! i have myself a servelt, which calls other code to get back a Base64 encoded image. I get this back okay. However, when i try to print the image on screen (Iframe), it dies a deah, giving the above error. below should be some code from servlet. Any help would be much appriciated.
|
 |
Kenny Birney
Greenhorn
Joined: Apr 27, 2004
Posts: 9
|
|
|
Fixed it! turns out, if you just write all the bytes at once, rather than one at a time, it works a whole lot better. Bonza.
|
 |
 |
|
|
subject: java.net.SocketException: Connection reset by peer: socket write error
|
|
|