Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
81ab06b5bc
[dependencies] Update golangci/golangci-lint-action action to v8 2025-05-12 23:26:25 +00:00
世界
646fc72e10
documentation: Bump version 2025-05-13 07:23:27 +08:00
3 changed files with 1 additions and 8 deletions

View File

@ -98,7 +98,7 @@ func (c *Conn) Write(b []byte) (n int, err error) {
}
}
if c.splitRecord {
_, err = c.Conn.Write(buffer.Bytes())
_, err = c.tcpConn.Write(buffer.Bytes())
if err != nil {
return
}

View File

@ -2,10 +2,6 @@
icon: material/alert-decagram
---
#### 1.12.0-beta.14
* Fixes and improvements
#### 1.12.0-beta.13
* Add TLS record fragment route options **1**

View File

@ -452,9 +452,6 @@ match:
metadata.TLSFragment = true
metadata.TLSFragmentFallbackDelay = routeOptions.TLSFragmentFallbackDelay
}
if routeOptions.TLSRecordFragment {
metadata.TLSRecordFragment = true
}
}
switch action := currentRule.Action().(type) {
case *rule.RuleActionSniff: