去掉重复行

Update t_http_an__notify.go
info.Url = session.Url()
pull/307/head
JaySoong committed by GitHub
parent 0fbfadf117
commit e19899987b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@ func session2EventCommonInfo(session ISession) SessionEventCommonInfo {
info.Url = session.Url()
info.AppName = session.AppName()
info.StreamName = session.StreamName()
info.Url = session.Url()
info.UrlParam = session.RawQuery()
info.ReadBytesSum = stat.ReadBytesSum
info.WroteBytesSum = stat.WroteBytesSum

Loading…
Cancel
Save