格式化代码结构

master
chenyong 7 years ago
parent 4531f18f1d
commit ef28dfd776

@ -703,7 +703,7 @@ _exit:
int webclient_open_tls(struct webclient_session * session, const char *URI)
{
int tls_ret = 0;
const char *pers = "wenclient";
const char *pers = "webclient";
if(!session)
return -RT_ERROR;
@ -820,10 +820,7 @@ struct webclient_session *webclient_open_position(const char *URI, int position)
webclient_close(session);
session = webclient_open_position(location, position);
if (range_header)
web_free(range_header);
if(location)
web_free(location);
return session;

Loading…
Cancel
Save