mirror of https://github.com/tidwall/tile38.git
parent
1f70cb4e75
commit
8a4ccc8e99
|
@ -223,6 +223,7 @@ moreData:
|
||||||
if !complete {
|
if !complete {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
if len(args) > 0 {
|
||||||
if kind != kindHTTP {
|
if kind != kindHTTP {
|
||||||
msg.Command = strings.ToLower(string(args[0]))
|
msg.Command = strings.ToLower(string(args[0]))
|
||||||
for i := 0; i < len(args); i++ {
|
for i := 0; i < len(args); i++ {
|
||||||
|
@ -244,6 +245,7 @@ moreData:
|
||||||
return nil, errInvalidHTTP
|
return nil, errInvalidHTTP
|
||||||
}
|
}
|
||||||
msgs = append(msgs, msg)
|
msgs = append(msgs, msg)
|
||||||
|
}
|
||||||
data = leftover
|
data = leftover
|
||||||
}
|
}
|
||||||
if len(data) > 0 {
|
if len(data) > 0 {
|
||||||
|
|
Loading…
Reference in New Issue