Changeset 3811
- Timestamp:
- Oct 11, 2011 4:40:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib-util/src/pjlib-util/http_client.c
r3810 r3811 1074 1074 PJ_PERROR(1,(THIS_FILE, status, 1075 1075 "Unable to bind to the requested port")); 1076 pj_sock_close(sock); 1076 1077 goto on_return; 1077 1078 } … … 1083 1084 &asock_cb, http_req, &http_req->asock); 1084 1085 if (status != PJ_SUCCESS) { 1085 if (sock != PJ_INVALID_SOCKET) 1086 pj_sock_close(sock); 1086 pj_sock_close(sock); 1087 1087 goto on_return; // error creating activesock 1088 1088 }
Note: See TracChangeset
for help on using the changeset viewer.