svn commit: r309498 - head/net/haproxy-devel/files

Dmitry Sivachenko demon at FreeBSD.org
Wed Dec 26 02:48:51 UTC 2012


Author: demon
Date: Wed Dec 26 02:48:50 2012
New Revision: 309498
URL: http://svnweb.freebsd.org/changeset/ports/309498

Log:
  fix prev. patch.
  Obtained from: project repository.

Modified:
  head/net/haproxy-devel/files/patch-src-proto_http.c

Modified: head/net/haproxy-devel/files/patch-src-proto_http.c
==============================================================================
--- head/net/haproxy-devel/files/patch-src-proto_http.c	Wed Dec 26 00:25:29 2012	(r309497)
+++ head/net/haproxy-devel/files/patch-src-proto_http.c	Wed Dec 26 02:48:50 2012	(r309498)
@@ -1,11 +1,6 @@
 --- src/proto_http.c.orig	2012-12-24 19:48:14.000000000 +0400
 +++ src/proto_http.c	2012-12-26 00:10:46.000000000 +0400
-@@ -3113,11 +3113,11 @@
- 				trash.str[trash.len++] = ' ';
- 				trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->arg.hdr_add.fmt);
- 				http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, trash.len);
--				break;
-+				return rule;
+@@ -3113,8 +3113,8 @@
  			}
  		}
  	}


More information about the svn-ports-all mailing list