summaryrefslogtreecommitdiff
path: root/src/http_decoder/http_decoder.c
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2024-01-16 15:48:12 +0800
committerliuwentan <[email protected]>2024-01-16 15:48:12 +0800
commiteedb1ccec5c17f2472e610df214803621eee5998 (patch)
tree4d0c061481e80c46922457f632b047a193a017a6 /src/http_decoder/http_decoder.c
parent285caa39cfdb7be92992ef9258e28a5babb8aa02 (diff)
[HTTP_DECODER]add some comments
Diffstat (limited to 'src/http_decoder/http_decoder.c')
-rw-r--r--src/http_decoder/http_decoder.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/http_decoder/http_decoder.c b/src/http_decoder/http_decoder.c
index 4be1df6..c282a2a 100644
--- a/src/http_decoder/http_decoder.c
+++ b/src/http_decoder/http_decoder.c
@@ -1,14 +1,13 @@
/*
**********************************************************************************************
-* File: http_decoder_entry.c
+* File: http_decoder.c
* Description:
-* Authors: LuWenPeng <[email protected]>
-* Date: 2022-10-31
+* Authors: Liu WenTan <[email protected]>
+* Date: 2024-01-10
* Copyright: (c) Since 2022 Geedge Networks, Ltd. All rights reserved.
***********************************************************************************************
*/
-
#include <assert.h>
#include <stdio.h>
#include <unistd.h>