Changeset d2b3f25 for lib/http_client.c
- Timestamp:
- 2014-10-27T08:05:44Z (9 years ago)
- Branches:
- master
- Children:
- 81186736
- Parents:
- fef97af (diff), b6bd99c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.c
rfef97af rd2b3f25 211 211 212 212 if( req->inpa > 0 ) 213 { 213 214 b_event_remove( req->inpa ); 215 req->inpa = 0; 216 } 214 217 215 218 if( req->ssl )
Note: See TracChangeset
for help on using the changeset viewer.