Ignore:
Timestamp:
2005-12-17T20:54:06Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7c0a497
Parents:
f3e1e92
Message:

Passport authentication works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/http_client.c

    rf3e1e92 rad8b8a3  
    164164                        if( ssl_errno != SSL_AGAIN )
    165165                        {
    166                                 goto cleanup;
     166                                /* goto cleanup; */
     167                               
     168                                /* YAY! We have to deal with crappy Microsoft
     169                                   servers that LOVE to send invalid TLS
     170                                   packets that abort connections! \o/ */
     171                               
     172                                goto got_reply;
    167173                        }
    168174                }
Note: See TracChangeset for help on using the changeset viewer.