Skip to content

Commit d5a7cca

Browse files
committed
Add comment to utest
1 parent 5b9f8a5 commit d5a7cca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit-test/core_http_utest.c

+3
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,9 @@ void test_Http_InitializeRequestHeaders_Insufficient_Memory()
592592
HTTP_TEST_REQUEST_LINE_LEN ) != 0 );
593593
}
594594

595+
/**
596+
* @brief Test HTTPInsufficientMemory with a path containing a null byte.
597+
*/
595598
void test_Http_InitializeRequestHeaders_NullByteInPath()
596599
{
597600
HTTPStatus_t httpStatus = HTTPSuccess;

0 commit comments

Comments
 (0)