Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify the logic for detecting partial dir downloads #286

Closed
wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Aug 21, 2018

Previously, our directory.c code allowed partial downloads for lists
of microdescriptors, server descriptors, and extrainfo documents --
but the "wedged connection" logic in main.c only handled server
descriptors.

Closes ticket 27241.

Previously, our directory.c code allowed partial downloads for lists
of microdescriptors, server descriptors, and extrainfo documents --
but the "wedged connection" logic in main.c only handled server
descriptors.

Closes ticket 27241.
@coveralls
Copy link

@coveralls coveralls commented Aug 21, 2018

Coverage Status

Coverage decreased (-0.002%) to 59.527% when pulling d1b83e5 on nmathewson:feature_27241 into 9bc947d on torproject:master.

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment