summaryrefslogtreecommitdiff
path: root/include/http_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_decoder.h')
-rw-r--r--include/http_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_decoder.h b/include/http_decoder.h
index 56c107a..99d0baf 100644
--- a/include/http_decoder.h
+++ b/include/http_decoder.h
@@ -58,6 +58,7 @@ struct http_response_line {
};
struct http_message;
+#define HTTP_DECODER_TOPIC "HTTP_DECODER_MESSAGE"
enum http_message_type http_message_type(struct http_message *msg);
@@ -91,7 +92,6 @@ int http_message_reset_header_iter(struct http_message *msg);
int http_message_get_raw_body(struct http_message *msg,
struct hstring *body);
-
/**
* @brief If the body hasn't been compressed, return raw body
*