Revision: 14614
Author: adrian.chadd
Date: Sat Apr 17 23:19:00 2010
Log: Fix debugging in the size parsing function
http://code.google.com/p/lusca-cache/source/detail?r=14614
Modified:
/branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c
=======================================
--- /branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c Sat Apr 17 19:19:31 2010
+++ /branches/LUSCA_HEAD/libhttp/HttpHeaderParse.c Sat Apr 17 23:19:00 2010
@@ -334,7 +334,7 @@
assert(value);
*value = strto_off_t(start, &end, 10);
if (start == end || errno != 0) {
- debug(66, 2) ("failed to parse an int header field near '%s'\n",
start);
+ debug(66, 2) ("failed to parse a size/offset header field
near '%s'\n", start);
*value = -1;
return 0;
}
--
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.