mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-18 16:53:44 +00:00
chore: remove spaces for protocol name
This commit is contained in:
parent
5654ef7ddb
commit
85e1c0aa33
@ -40,7 +40,6 @@ func Serve(from *net.TCPConn, to *net.TCPConn, proto string, fd string, td strin
|
|||||||
log.Debugf("%s closing proxy connection: %s -> %s", proto, fd, td)
|
log.Debugf("%s closing proxy connection: %s -> %s", proto, fd, td)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
proto += " "
|
|
||||||
buf := make([]byte, BufferSize)
|
buf := make([]byte, BufferSize)
|
||||||
for {
|
for {
|
||||||
if timeout > 0 {
|
if timeout > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user