Index: squid/src/http.c diff -u squid/src/http.c:1.1.1.33.2.3 squid/src/http.c:1.1.1.33.2.4 --- squid/src/http.c:1.1.1.33.2.3 Sun Jun 20 16:20:58 1999 +++ squid/src/http.c Sun Jun 27 15:02:09 1999 @@ -833,7 +833,7 @@ debug(11, 5) ("httpSendRequest: FD %d: httpState %p.\n", httpState->fd, httpState); - if (req->body) + if (httpState->orig_request->body) sendHeaderDone = httpSendRequestEntry; else sendHeaderDone = httpSendComplete;