Skip to content

Commit 67dc663

Browse files
etrclaude
andcommitted
README: use deny-list/allow-list vocabulary in accept_decision hook row
Last stray "block-list" reference in the hook-phase table, missed by the IP access-control rename. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NpysYDDJac63yz2mZKKiDf
1 parent bb42a74 commit 67dc663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ so the registration persists for the webserver's lifetime.
15791579
| Phase | Fires at | Short-circuit | Per-route eligible |
15801580
|-------|----------|---------------|--------------------|
15811581
| `connection_opened` | New TCP / TLS connection accepted by MHD | No | No |
1582-
| `accept_decision` | After the default-policy / block-list verdict; the connection has been accepted or denied | No | No |
1582+
| `accept_decision` | After the default-policy / deny-list / allow-list verdict; the connection has been accepted or denied | No | No |
15831583
| `request_received` | Request line and headers parsed, body not yet consumed | Yes (`hook_action`) | No |
15841584
| `body_chunk` | Each upload-body chunk delivered by MHD | Yes (`hook_action`) | No |
15851585
| `route_resolved` | After URL → resource resolution; carries the matched route or "no match" | No | No |

0 commit comments

Comments
 (0)