From 7810d2481735ae8e946169e1143593fa1541942d Mon Sep 17 00:00:00 2001 From: devStorm <59678453+developStorm@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:42:19 -0800 Subject: [PATCH] test --- modules/http/http_readlimit_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/http/http_readlimit_test.go b/modules/http/http_readlimit_test.go index e2ca7239..5e529fee 100644 --- a/modules/http/http_readlimit_test.go +++ b/modules/http/http_readlimit_test.go @@ -207,8 +207,8 @@ type readLimitTestConfig struct { } const ( - readLimitTestConfigHTTPBasePort = 0x7f7f - readLimitTestConfigHTTPSBasePort = 0x7bbc + readLimitTestConfigHTTPBasePort = 0x8f7f + readLimitTestConfigHTTPSBasePort = 0x8bbc ) func adr(s string) *string { return &s }