Skip to content

Commit

Permalink
net/http: remove rasp test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellzy committed May 27, 2024
1 parent f347322 commit 010d76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/net/http/roundtripper.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (rt *roundTripper) RoundTrip(req *http.Request) (res *http.Response, err er
}
}
if appsec.Enabled() {
span.SetTag("_dd.appsec.rasp", "1")
res, err = httpsec.RoundTrip(httpsec.RoundTripArgs{
Ctx: ctx,
Req: r2,
Expand Down

0 comments on commit 010d76b

Please sign in to comment.