From e27cc059e49679ba2ac5506788a3f45bcb1750e9 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 17 Dec 2019 17:37:29 +0800 Subject: [PATCH] Ignore coverage for http-parser --- trunk/src/protocol/srs_http_stack.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/trunk/src/protocol/srs_http_stack.cpp b/trunk/src/protocol/srs_http_stack.cpp index abbfe8081..5d14de93a 100644 --- a/trunk/src/protocol/srs_http_stack.cpp +++ b/trunk/src/protocol/srs_http_stack.cpp @@ -958,6 +958,8 @@ string SrsHttpUri::get_uri_field(string uri, void* php_u, int ifield) // For #if !defined(SRS_EXPORT_LIBRTMP) #endif +// LCOV_EXCL_START + ///////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////// @@ -3482,3 +3484,13 @@ http_parser_set_max_header_size(uint32_t size) { max_header_size = size; } +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// + +// LCOV_EXCL_STOP