[tor-bugs] #29861 [Obfuscation/Snowflake]: Snowflake is not working right now for some reason

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Mar 22 16:45:10 UTC 2019


#29861: Snowflake is not working right now for some reason
-----------------------------------+--------------------------
 Reporter:  cypherpunks            |          Owner:  cohosh
     Type:  defect                 |         Status:  assigned
 Priority:  Medium                 |      Milestone:
Component:  Obfuscation/Snowflake  |        Version:
 Severity:  Normal                 |     Resolution:
 Keywords:                         |  Actual Points:
Parent ID:                         |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+--------------------------

Comment (by cohosh):

 A quick gdb investigation shows it's stalling while polling the broker:
 {{{
     req, _ := http.NewRequest("POST", broker.String(),
 bytes.NewBuffer([]byte(sid)))
     req.Header.Set("X-Session-ID", sid)
     resp, err := client.Do(req)
 }}}
 More specifically, it stalls in the net/http library here:
 https://golang.org/src/net/http/client.go?s=17311:17363#L641

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29861#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list