Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

support federation queries through http connect proxy #9306

Closed
wants to merge 4 commits into from

Commits on Apr 27, 2021

  1. support federation queries through http connect proxy

    Can be specified by HTTPS_PROXY env var.
    
    pass unfiltered reactor to federation agent for proxy support
    
    Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
    Bubu committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    85081fa View commit details
    Browse the repository at this point in the history
  2. HTTPConnectProxyEndpoint now want a headers parameter

    This is used for proxy authentication, we just continue our "solution"
    of copying code from proxyagent -> matrix_federation_agent.
    Bubu committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7115567 View commit details
    Browse the repository at this point in the history
  3. make mypy happy

    Bubu committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ef8792a View commit details
    Browse the repository at this point in the history
  4. also make black happy :)

    Bubu committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    781da36 View commit details
    Browse the repository at this point in the history