Merge branch v2.11 into v3.3

This commit is contained in:
kevinpollet 2025-04-18 10:45:03 +02:00
commit ec6deb40ab
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
5 changed files with 50 additions and 12 deletions

View file

@ -264,3 +264,7 @@ The retry expression is defined as a logical combination of the functions below
- `Attempts()` number of attempts (the first one counts)
- `ResponseCode()` response code of the service
- `IsNetworkError()` whether the response code is related to networking error
### Content-Length
See [Best Practices: ContentLength](../../security/best-practices/content-length.md)