update activity on recieveing settings

This commit is contained in:
Mahak Mukhi
2017-01-30 11:41:27 -08:00
parent 5fcb58f02d
commit 0ba0eafe63

View File

@ -1003,6 +1003,7 @@ func (t *http2Client) reader() {
t.notifyError(err)
return
}
atomic.AddUint64(&t.activity, 1)
sf, ok := frame.(*http2.SettingsFrame)
if !ok {
t.notifyError(err)