[tor-bugs] #27241 [Core Tor/Tor]: Extract information from more kinds of wedged directory connections.

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Aug 21 13:28:45 UTC 2018


#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


More information about the tor-bugs mailing list