()
| 1447 | } |
| 1448 | |
| 1449 | func (t *http2Server) incrMsgSent() { |
| 1450 | if channelz.IsOn() { |
| 1451 | t.channelz.SocketMetrics.MessagesSent.Add(1) |
| 1452 | t.channelz.SocketMetrics.LastMessageSentTimestamp.Store(transportinternal.TimeNowFunc()) |
| 1453 | } |
| 1454 | } |
| 1455 | |
| 1456 | func (t *http2Server) incrMsgRecv() { |
| 1457 | if channelz.IsOn() { |