-
Notifications
You must be signed in to change notification settings - Fork 356
Fix log error message when intake request fails #2757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Overall package sizeSelf size: 3.73 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #2757 +/- ##
==========================================
- Coverage 89.24% 89.13% -0.12%
==========================================
Files 314 305 -9
Lines 10863 10623 -240
Branches 33 33
==========================================
- Hits 9695 9469 -226
+ Misses 1168 1154 -14 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit 133bf54 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 1198 cases. scenario:appsec-appsec-enabled-with-attacks-16
scenario:encoders-0.4-18
|
What does this PR do?
Due to a bad string concatenation, we were sometimes showing
//instead of/in the boundary between a url's hostname and its path. This PR fixes it by usingnew URLMotivation
Fix log error message when a request to a given intake fails.