Re: socket call does not read full content
- From: Allen McIntosh <nospam@xxxxxxxxxxxxxxxx>
- Date: Tue, 18 Jul 2006 11:37:10 -0400
jainarunk@xxxxxxxxx wrote:
I am implementing a http client and reading the content from the
socket. For MIME type
text/html the socket reads the full Content-Length bytes,
You were lucky. You will get however many bytes are available at the time of the read. If the content is split over several frames, you may not get everything in a single call.
.
- Follow-Ups:
- Re: socket call does not read full content
- From: jainarunk@xxxxxxxxx
- Re: socket call does not read full content
- References:
- socket call does not read full content
- From: jainarunk@xxxxxxxxx
- socket call does not read full content
- Prev by Date: socket call does not read full content
- Next by Date: Re: Linksys WET11 not acquiring DHCP address from ISC DHCPd server
- Previous by thread: socket call does not read full content
- Next by thread: Re: socket call does not read full content
- Index(es):
Relevant Pages
|