From 32dba5f5f652139d520007d75c48aa1cf65137bf Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 2 Jan 2026 01:11:07 +0800 Subject: [PATCH] feat(http): enable HTTP/2 support in server configuration - Added NextProtos to TLSConfig to prefer HTTP/2 and fallback to HTTP/1.1. - Configured the server to handle HTTP/2 connections, with error logging for configuration failures. --- goutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutils b/goutils index d94d68f9..486810fc 160000 --- a/goutils +++ b/goutils @@ -1 +1 @@ -Subproject commit d94d68f95d3e61bb0b16648e6ad80e7b3cc2afc1 +Subproject commit 486810fc6a9ffb943597a27b279067880abc4ab3