When the patch associated with tracker# 2172888 was applied, the following was missed:
--- ./httpAdapter.c.orig0270 2009-11-03 09:24:47.000000000 -0700
+++ ./httpAdapter.c 2009-11-03 09:25:02.000000000 -0700
@@ -949,7 +949,7 @@ static int doHttpRequest(CommHndl conn_f
}
len = inBuf.content_length;
- if (len == 0) {
+ if (len == UINT_MAX) {
if (!discardInput) {.