tor/changes/bug19191
Nick Mathewson 6eeedc02d8 Use directory_must_use_begindir to predict we'll surely use begindir
Previously, we used !directory_fetches_from_authorities() to predict
that we would tunnel connections.  But the rules have changed
somewhat over the course of 0.2.8
2016-06-02 10:40:39 -04:00

6 lines
282 B
Plaintext

o Minor bugfixes (downloading):
- Predict more correctly whether we'll be downloading over HTTP when we
determine the maximum length of a URL. This should avoid a "BUG"
warning about the Squid HTTP proxy and its URL limits. Fixes bug 19191;
bugfix on ?????.