Re: Sockets, writing data and shutdownOutput
- From: "jan V" <nul@xxxxxx>
- Date: Tue, 02 Aug 2005 14:10:50 GMT
> 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?
.
- Follow-Ups:
- References:
- Prev by Date: Sockets, writing data and shutdownOutput
- Next by Date: Re: A valid question?
- Previous by thread: Sockets, writing data and shutdownOutput
- Next by thread: Re: Sockets, writing data and shutdownOutput
- Index(es):