Author: adrian.chadd
Date: Sun Feb 1 16:01:01 2009
New Revision: 13770
Modified:
branches/LUSCA_HEAD/src/http.c
Log:
buffer_filled is currently busted.
Modified: branches/LUSCA_HEAD/src/http.c
==============================================================================
--- branches/LUSCA_HEAD/src/http.c (original)
+++ branches/LUSCA_HEAD/src/http.c Sun Feb 1 16:01:01 2009
@@ -1018,6 +1018,7 @@
if (memBufIsNull(&httpState->reply_hdr))
memBufInit(&httpState->reply_hdr, SQUID_TCP_SO_RCVBUF,
SQUID_TCP_SO_RCVBUF * 16);
+ /* XXX buffer_filled is all busted right now, unfortunately! */
len = memBufFill(&httpState->reply_hdr, fd, read_sz);
buffer_filled = len == read_sz;
debug(11, 5) ("httpReadReply: FD %d: len %d.\n", fd, (int) len);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---