Changeset 3227


Ignore:
Timestamp:
Jun 29, 2010 1:43:05 PM (14 years ago)
Author:
ming
Message:

Ticket #1018:
Application may now destroy pj_http_req inside on_complete callback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/http_client.h

    r3089 r3227  
    215215     * not start a new request. 
    216216     * 
     217     * If no longer required, application may choose to destroy  
     218     * pj_http_req immediately by calling #pj_http_req_destroy() inside  
     219     * the callback. 
     220     * 
    217221     * @param http_req  The http request. 
    218222     * @param status    The status of the request operation. PJ_SUCCESS 
Note: See TracChangeset for help on using the changeset viewer.