diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-28 20:30:21 +0000 |
commit | 20b108598993ecc2ec420288ebf9b995b519f9db (patch) | |
tree | 3e4adf986269b4d8f8bc320902a445b78d71109c /src/or/circuitbuild.c | |
parent | 471163ffd5f4b05dbab0a277a64898b739db1b81 (diff) | |
download | tor-20b108598993ecc2ec420288ebf9b995b519f9db.tar.gz tor-20b108598993ecc2ec420288ebf9b995b519f9db.zip |
r16242@catbus: nickm | 2007-10-28 16:28:13 -0400
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly.
svn:r12258
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 53555b215c..9dc0bfd87b 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2954,7 +2954,7 @@ fetch_bridge_descriptors(time_t now) 1, bridge->identity, DIR_PURPOSE_FETCH_SERVERDESC, ROUTER_PURPOSE_BRIDGE, - 0, "authority.z", NULL, 0); + 0, "authority.z", NULL, 0, 0); } } else { /* We have a digest and we want to ask an authority. We could |