Changeset 286cd48
- Timestamp:
- 2014-09-27T14:54:35Z (10 years ago)
- Branches:
- master
- Children:
- d348377
- Parents:
- 0c57277
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.c
r0c57277 r286cd48 292 292 293 293 cleanup: 294 /* Avoid g_source_remove warnings */ 295 req->inpa = 0; 296 294 297 if( req->ssl ) 295 298 ssl_disconnect( req->ssl ); -
lib/ssl_gnutls.c
r0c57277 r286cd48 335 335 int st, stver; 336 336 337 /* This function returns false, so avoid calling b_event_remove again */ 338 conn->inpa = -1; 339 337 340 if( ( st = gnutls_handshake( conn->session ) ) < 0 ) 338 341 {
Note: See TracChangeset
for help on using the changeset viewer.