Ignore:
Timestamp:
Feb 5, 2010 4:03:29 PM (14 years ago)
Author:
ming
Message:

Misc (#1018):

  • httpdemo: make the 2nd parameter (output filename) optional (result will be printed to stdout if output file is not provided.
  • remove trailing "\n" from PJ_LOG.
  • change response.status_code from pj_str_t to pj_uint16_t.
  • remove PJ_EPENDING status checking from on_complete.
File:
1 edited

Legend:

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

    r3087 r3089  
    134134{ 
    135135    pj_str_t        version;        /**< HTTP version of the server */ 
    136     pj_str_t        status_code;    /**< Status code of the request */ 
     136    pj_uint16_t     status_code;    /**< Status code of the request */ 
    137137    pj_str_t        reason;         /**< Reason phrase */ 
    138138    pj_http_headers headers;        /**< Response headers */ 
Note: See TracChangeset for help on using the changeset viewer.