Add CI autotest and Fix compile warning

This commit is contained in:
luwenpeng
2022-08-05 10:45:28 +08:00
parent 209d7ea7cd
commit 8c85079603
24 changed files with 654 additions and 174 deletions

View File

@@ -50,7 +50,7 @@ extern "C" void http_event_plugin_entry(const struct stellar_session *session, e
if (*per_http_session_pme == NULL)
{
struct http_session_pme *cur_ctx = http_session_pme_create();
snprintf(cur_ctx->data, 6, "http******");
memcpy(cur_ctx->data, "http_event_plugin_entry", strlen("http_event_plugin_entry"));
*per_http_session_pme = *&cur_ctx;
}
}