fix(backend): added uint convertion to status field in CH connector
This commit is contained in:
parent
9b28740e34
commit
e2e6ef9861
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ func (c *connectorImpl) InsertRequest(session *types.Session, msg *messages.Fetc
|
|||
msg.URL,
|
||||
nullableString(msg.Request),
|
||||
nullableString(msg.Response),
|
||||
msg.Status,
|
||||
uint16(msg.Status),
|
||||
url.EnsureMethod(msg.Method),
|
||||
msg.Duration,
|
||||
msg.Status < 400,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue