frp/pkg/util
Zachary Whaley ee3cc4b14e
Fix CloseNotifyConn.Close function (#5022)
The CloseNotifyConn.Close() function calls itself if the closeFlag is equal to 0 which would mean it would immediately swap the closeFlag value to 1 and never call closeFn.  It is unclear what the intent of this call to cc.Close() was but I assume it was meant to be a call to close the Conn object instead.
2025-10-17 10:53:43 +08:00
..
http fix static assets (#3816) 2023-11-30 10:59:08 +08:00
limit rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
log client, pkg, server, test: replaced 'interface{}' with 'any' (#4611) 2025-01-02 11:24:08 +08:00
metric update test package (#4814) 2025-06-25 11:40:23 +08:00
net Fix CloseNotifyConn.Close function (#5022) 2025-10-17 10:53:43 +08:00
system android: only use google dns server when the default dns server cannot be obtained (#4236) 2024-05-23 16:09:58 +08:00
tcpmux optimize some code (#3801) 2023-11-27 15:47:49 +08:00
util update test package (#4814) 2025-06-25 11:40:23 +08:00
version bump version to v0.65.0 and update release notes (#4998) 2025-09-25 20:11:17 +08:00
vhost update golangci-lint version (#4817) 2025-06-25 11:40:23 +08:00
wait use math/rand/v2 (#4020) 2024-03-20 15:48:31 +08:00
xlog improve yamux logging (#4952) 2025-08-25 17:52:58 +08:00