Adjust benchmark directory,enable HTTP test,rename variables,format codes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "stellar/http.h"
|
||||
#include "http_decoder_inc.h"
|
||||
#include "http_decoder_private.h"
|
||||
|
||||
char *safe_dup(const char *str, size_t len)
|
||||
{
|
||||
@@ -164,7 +164,8 @@ int http_event_is_req(enum http_event event)
|
||||
return -1;
|
||||
}
|
||||
|
||||
int stellar_session_mq_get_topic_id_reliable(struct stellar *st, const char *topic_name, stellar_msg_free_cb_func *msg_free_cb, void *msg_free_arg)
|
||||
int stellar_session_mq_get_topic_id_reliable(struct stellar *st, const char *topic_name,
|
||||
stellar_msg_free_cb_func *msg_free_cb, void *msg_free_arg)
|
||||
{
|
||||
int topic_id = stellar_mq_get_topic_id(st, topic_name);
|
||||
if (topic_id < 0)
|
||||
|
||||
Reference in New Issue
Block a user