diff options
Diffstat (limited to 'www/lighttpd/files/patch-src__connections.c')
-rw-r--r-- | www/lighttpd/files/patch-src__connections.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/lighttpd/files/patch-src__connections.c b/www/lighttpd/files/patch-src__connections.c deleted file mode 100644 index 56f4243218e0..000000000000 --- a/www/lighttpd/files/patch-src__connections.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/connections.c.orig 2007-01-05 10:56:08.000000000 -0800 -+++ src/connections.c 2007-01-05 10:56:23.000000000 -0800 -@@ -970,7 +970,7 @@ - } - } else { - /* a splited \r \n */ -- return -1; -+ break; - } - } - } |