[or-cvs] allow larger headers for directory get/posts

Roger Dingledine arma at seul.org
Thu May 6 21:55:06 UTC 2004


Update of /home2/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/0061/src/or

Modified Files:
      Tag: tor-0_0_6-patches
	directory.c 
Log Message:
allow larger headers for directory get/posts


Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/src/or/directory.c,v
retrieving revision 1.94
retrieving revision 1.94.2.1
diff -u -d -r1.94 -r1.94.2.1
--- directory.c	1 May 2004 20:46:28 -0000	1.94
+++ directory.c	6 May 2004 21:55:04 -0000	1.94.2.1
@@ -15,7 +15,7 @@
 char rend_publish_string[] = "/rendezvous/publish";
 char rend_fetch_url[] = "/rendezvous/";
 
-#define MAX_HEADERS_SIZE 2048
+#define MAX_HEADERS_SIZE 10000
 #define MAX_BODY_SIZE 500000
 
 /********* END VARIABLES ************/



More information about the tor-commits mailing list