From 412d7f030bee68e31e7238e33a14c2cb83409f7e Mon Sep 17 00:00:00 2001 From: pjie131 Date: Tue, 9 Sep 2025 11:18:33 +0000 Subject: [PATCH] update test/netconnmanager/unittest/pac_http_test/proxy_server.cpp. Signed-off-by: pjie131 --- test/netconnmanager/unittest/pac_http_test/proxy_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/netconnmanager/unittest/pac_http_test/proxy_server.cpp b/test/netconnmanager/unittest/pac_http_test/proxy_server.cpp index 3df8537c8..528f5e2e0 100644 --- a/test/netconnmanager/unittest/pac_http_test/proxy_server.cpp +++ b/test/netconnmanager/unittest/pac_http_test/proxy_server.cpp @@ -657,7 +657,7 @@ void ProxyServer::CleanupConnection(int32_t clientSocket) stats_->activeConnections--; } -void ProxyServer::HandleConnectRequest(int clientSocket, const std::string &requestHeader, const std::string &url) +void ProxyServer::HandleConnectRequest(int32_t clientSocket, const std::string &requestHeader, const std::string &url) { stats_->httpsRequests++; std::string host; -- Gitee