Merge pull request #87 from mysterywolf/master

消除编译警告
master
xiangxistu 3 years ago committed by GitHub
commit 2e13f18cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1054,7 +1054,7 @@ int webclient_shard_position_function(struct webclient_session *session, const c
int rc = WEBCLIENT_OK;
int result = RT_EOK;
int resp_status = 0;
int resp_len = 0;
size_t resp_len = 0;
char *buffer = RT_NULL;
int start_position, end_position = 0;
int total_len = 0;

Loading…
Cancel
Save