From 21e26e2a14191a9f70bb5819d6ea5ff7f70129dc Mon Sep 17 00:00:00 2001 From: yusing Date: Mon, 8 Dec 2025 14:06:58 +0800 Subject: [PATCH] fix(http): correct Unwrap method and enhance error handling in Hijack method - Updated the Hijack method in LazyResponseModifier and ResponseModifier to return a wrapped error for unsupported hijacking. - Added a nil check in LazyResponseModifier's Unwrap method to ensure safe access to the underlying ResponseWriter. --- goutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutils b/goutils index 316d9a68..3fd00b70 160000 --- a/goutils +++ b/goutils @@ -1 +1 @@ -Subproject commit 316d9a68f489545718910440a737bccc6d429a33 +Subproject commit 3fd00b70fa1dac61106719b05d7e0b6ca55490c7