From 3b5191d36dd62af1a7c6e08ce3a171d189870b64 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 25 Sep 2003 10:42:07 +0000 Subject: various bugfixes and updates redo all the config files for the new format (we'll redo them again soon) fix (another! yuck) segfault in log_fn when input is too large tor_tls_context_new() returns -1 for error, not NULL fix segfault in check_conn_marked() on conn's that die during tls handshake make ORs also initialize conn from router when we're the receiving node make non-dirserver ORs upload descriptor to every dirserver on startup add our local address to the descriptor add Content-Length field to POST command revert the Content-Length search in fetch_from_buf_http() to previous code fix segfault in memmove in fetch_from_buf_http() raise maximum allowed headers/body size in directory.c svn:r484 --- src/config/httpaprc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/config/httpaprc (limited to 'src/config/httpaprc') diff --git a/src/config/httpaprc b/src/config/httpaprc deleted file mode 100644 index aefe5d1a1..000000000 --- a/src/config/httpaprc +++ /dev/null @@ -1,13 +0,0 @@ -# Sample configuration file for httpap. - -# local port on which the onion proxy is running -OnionProxy 9021 - -# maximum number of incoming connections -MaxConn 500 - -# run in anonymizing mode (0=no/1=yes) -Anonimize 0 - -# timeout for incoming connections (seconds) -ConnTimeout 6000 -- cgit v1.2.3