r93197 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93196
|
r93197
|
r93198
>
Date:
16:05, 26 July 2011
Author:
asher
Status:
ok
Tags:
Comment:
increase maxbuff - squid 2.7-7 max url length is now 8192
Modified paths:
/trunk/debs/squid/redirector.c
(modified) (
history
)
Diff
[
purge
]
Index: trunk/debs/squid/redirector.c
—
—
@@ -3,7 +3,7 @@
4
4
#include<string.h>
5
5
#include <pcre.h>
6
6
7
-#define MAX_BUFF 4096
7
+#define MAX_BUFF 8256
8
8
#define OVECCOUNT 30 /* should be a multiple of 3 */
9
9
10
10
struct IN_BUFF {
Status & tagging log
22:48, 26 July 2011
Preilly
(
talk
|
contribs
)
changed the
status
of r93197
[
removed:
new
added:
ok]