Skip to content

Commit

Permalink
comment on cmdFIN
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Feb 16, 2017
1 parent cceb67b commit 949ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame.go
Expand Up @@ -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
)
Expand Down

0 comments on commit 949ec4d

Please sign in to comment.