Compare commits
1 Commits
4c1b7b616f
...
ea1733615d
| Author | SHA1 | Date | |
|---|---|---|---|
| ea1733615d |
10
README.md
10
README.md
@@ -1155,12 +1155,10 @@ that the rate is not bounded by the limits above on every route:
|
||||
the multiplier is whatever the deployment will serve.
|
||||
|
||||
**The same ceiling covers every other line the service writes through
|
||||
`slog` that carries text an unauthenticated client supplies**, with one
|
||||
exception stated below it: the recovered-panic record, which spends the
|
||||
same per-field budgets but has its own wider ceiling. The access log is
|
||||
not the only line a client can put its own text into, and a budget that
|
||||
held for one line and not the others would be worse than no stated
|
||||
budget at all. Every `slog` call an unauthenticated request
|
||||
`slog` that carries text an unauthenticated client supplies.** The
|
||||
access log is not the only line a client can put its own text into, and
|
||||
a budget that held for one line and not the others would be worse than
|
||||
no stated budget at all. Every `slog` call an unauthenticated request
|
||||
can reach spends the same per-field budget through `internal/logfield`,
|
||||
and each carries strictly fewer client-supplied fields than the access
|
||||
log does, so none of them can be wider than it:
|
||||
|
||||
Reference in New Issue
Block a user