From 1d5eaa0ad0964cdc30c88c06167ca242de9f8317 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 18 Sep 2011 21:02:29 +0200 Subject: waitress: has been moved to start of buffer... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i’m wondering why this crap worked in the first place... --- src/libwaitress/waitress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libwaitress/waitress.c b/src/libwaitress/waitress.c index baf1ae4..6aa43fc 100644 --- a/src/libwaitress/waitress.c +++ b/src/libwaitress/waitress.c @@ -731,7 +731,7 @@ WaitressReturn_t WaitressFetchCall (WaitressHandle_t *waith) { /* push remaining bytes */ if (bufFilled > 0) { - if (WaitressHandleIdentity (waith, thisLine, bufFilled) == + if (WaitressHandleIdentity (waith, buf, bufFilled) == WAITRESS_CB_RET_ERR) { FINISH (WAITRESS_RET_CB_ABORT); } -- cgit v1.2.3