• Show log

    Commit

  • Hash : 3e0b4b43
    Author : Edward Thomson
    Date : 2019-03-22T18:52:03

    http: maintain authentication across connections
    
    For request-based authentication mechanisms (Basic, Digest) we should
    keep the authentication context alive across socket connections, since
    the authentication headers must be transmitted with every request.
    
    However, we should continue to remove authentication contexts for
    mechanisms with connection affinity (NTLM, Negotiate) since we need to
    reauthenticate for every socket connection.