Skip to content
Snippets Groups Projects
  1. Apr 05, 2019
  2. Apr 03, 2019
  3. Apr 02, 2019
  4. Mar 29, 2019
  5. Mar 27, 2019
  6. Mar 26, 2019
  7. Mar 25, 2019
    • Taylor Yu's avatar
      Correctly report PT vs proxy during bootstrap · 5d2f5e48
      Taylor Yu authored and teor's avatar teor committed
      Previously, or_connection_t did not record whether or not the
      connection uses a pluggable transport. Instead, it stored the
      underlying proxy protocol of the pluggable transport in
      proxy_type. This made bootstrap reporting treat pluggable transport
      connections as plain proxy connections.
      
      Store a separate bit indicating whether a pluggable transport is in
      use, and decode this during bootstrap reporting.
      
      Fixes bug 28925; bugfix on 0.4.0.1-alpha.
      5d2f5e48
Loading