mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix comment
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ func CheckChunked(buf []byte) (chunkEnd int, full bool) {
|
||||
return
|
||||
}
|
||||
|
||||
// Message is an interface used to provide protocol state or store dummy data for future use
|
||||
// ProtocolStateSetter is an interface used to provide protocol state for future use
|
||||
type ProtocolStateSetter interface {
|
||||
SetProtocolState(interface{})
|
||||
ProtocolState() interface{}
|
||||
|
||||
Reference in New Issue
Block a user