Commit 2e0aa67f authored by ginuerzh's avatar ginuerzh

fix typo

parent ec5052e5
......@@ -552,7 +552,7 @@ func (c *obfsTLSConn) Write(b []byte) (n int, err error) {
data := b
if len(b) > maxTLSDataLen {
data = b[:maxTLSDataLen]
b = b[maxTLSDdataLen:]
b = b[maxTLSDataLen:]
} else {
b = b[:0]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment