comment on cmdFIN

This commit is contained in:
xtaci
2017-02-16 15:00:03 +08:00
parent cceb67beeb
commit 949ec4dc3f
+1 -1
View File
@@ -11,7 +11,7 @@ const (
const ( // cmds
cmdSYN byte = iota // stream open
cmdFIN // stream close
cmdFIN // stream close, a.k.a EOF mark
cmdPSH // data push
cmdNOP // no operation
)