Update srv_srv.go

pull/2761/head
AdamDang 2018-04-23 20:12:39 +08:00 committed by GitHub
parent 3c50dee461
commit 31aa6e49a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ func (req *SrvReq) Respond() {
// respond to the flush messages
// can't send the responses directly to conn.reqout, because the
// the flushes may be in a tag group too
// flushes may be in a tag group too
for freq := flushreqs; freq != nil; freq = freq.flushreq {
freq.Respond()
}