Changeset ad8b8a3 for protocols/http_client.c
- Timestamp:
- 2005-12-17T20:54:06Z (19 years ago)
- Branches:
- master
- Children:
- 7c0a497
- Parents:
- f3e1e92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/http_client.c
rf3e1e92 rad8b8a3 164 164 if( ssl_errno != SSL_AGAIN ) 165 165 { 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; 167 173 } 168 174 }
Note: See TracChangeset
for help on using the changeset viewer.