CI: Fix Appveyor printf format error
[tor.git] / changes / ticket28912
blob4119b778bc3e7b907f9b1c7dbe87be7aa56ffaaf
1   o Major bugfixes (relay, directory):
2     - A connection serving directory information wouldn't get reactivated after
3       the first chunk of data was sent (usually 32KB). Tor now always activate
4       the main loop event that goes through these connections as long as at
5       least one connection is still active. Fixes bug 28912; bugfix on
6       0.3.4.1-alpha. Patch by "cypherpunks3".