LWN.net Logo

OT

OT

Posted Mar 28, 2006 22:21 UTC (Tue) by lutchann (subscriber, #8872)
In reply to: OT by tjc
Parent article: The Grumpy Editor's guide to RSS aggregators

Well, do you want recv() to return the contents of the socket receive buffer and then return immediately, or do you want it to wait until it has enough received data to fill your entire buffer? Is there some other behavior you're looking for? I'm not sure what that would be...


(Log in to post comments)

OT

Posted Mar 28, 2006 22:25 UTC (Tue) by lutchann (subscriber, #8872) [Link]

I took a look at your code since you posted it below; I think maybe you want to change your HTTP request to use "Connection: close" instead.

OT

Posted Mar 29, 2006 2:54 UTC (Wed) by tjc (subscriber, #137) [Link]

I think maybe you want to change your HTTP request to use "Connection: close" instead.
That didn't seem to help. Thanks or the suggestion though; I will keep playing with it. It's probably a combination of things.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds