diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-12 19:34:54 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-12 19:34:54 +0000 |
commit | b8532bc387f1a83148399192d4a7e75a6e2c2be1 (patch) | |
tree | 297e8cf5c96ecb18e98025c5d3d6973404c735b5 /www/lighttpd/files | |
parent | af8b5a530188ff67fa5331fa46718e51f1af5922 (diff) | |
download | ports-b8532bc387f1a83148399192d4a7e75a6e2c2be1.tar.gz ports-b8532bc387f1a83148399192d4a7e75a6e2c2be1.zip |
- Apply a vendor patch that fixes CPU starvation
- Bump PORTREVISION
Submitted by: delphij
Notes
Notes:
svn path=/head/; revision=187225
Diffstat (limited to 'www/lighttpd/files')
-rw-r--r-- | www/lighttpd/files/patch-src__connections.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/lighttpd/files/patch-src__connections.c b/www/lighttpd/files/patch-src__connections.c new file mode 100644 index 000000000000..56f4243218e0 --- /dev/null +++ b/www/lighttpd/files/patch-src__connections.c @@ -0,0 +1,11 @@ +--- 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; + } + } + } |