summaryrefslogtreecommitdiff
path: root/www/wyvern/files/patch-response.c
blob: 3055b87d4e2d7f63777a315977c80d9a55d54af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/response.c.orig	Mon Dec 18 01:21:53 2000
+++ src/response.c	Mon Mar  5 18:48:15 2001
@@ -480,9 +480,11 @@
 sendEntityDone(thd)
 	Thread *	thd;
 {
+#if	0
   /* send end line (CRLF only) */
   thd->sendcnt = snprintf(thd->sendbuf, sizeof(thd->sendbuf), "%s", CRLF);
   writeData(thd);
+#endif
   thd->status = TERMINATED;
 #if	defined(BUGGY_KEEP_ALIVE) && defined(DEBUG)
   if (thd->keepAlive.state == KA_CONTINUE) {