Re: Sockets, writing data and shutdownOutput



> I use the shutdownOutput to make sure the server
> understands that we are done and no more data can
> be expected, but it seems that it overinterpretes
> it as if my client is not interested in
> pending response data?

Why don't you socket.shutdownOutput() in your main thread, after you;ve
fully received the web server's response? Why do you have to call it so
early, before having processed the reply?



.