[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #27241 [Core Tor/Tor]: Extract information from more kinds of wedged directory connections.
#27241: Extract information from more kinds of wedged directory connections.
------------------------------+--------------------------------
Reporter: nickm | Owner: (none)
Type: enhancement | Status: assigned
Priority: Medium | Milestone: Tor: 0.3.5.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: fast-fix
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+--------------------------------
In main.c, we do:
{{{
/* This check is temporary; it's to let us know whether we should
consider
* parsing partial serverdesc responses. */
if (conn->purpose == DIR_PURPOSE_FETCH_SERVERDESC &&
connection_get_inbuf_len(conn) >= 1024) {
log_info(LD_DIR,"Trying to extract information from wedged server
desc "
"download.");
connection_dir_reached_eof(TO_DIR_CONN(conn));
}}}
We should also, at a minimum, do this for microdesc downloads.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27241>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs