Commit e79182f
authored
authproxy: Release client request handle in StateAuthorized (#13258)
TSHttpTxnClientReqGet was not paired with TSHandleMLocRelease, unlike
every other call site in this file. The handle is a top-level
HTTP_HEADER mloc so the release is effectively a no-op today, but
matching the documented API contract avoids surprises if the SDK
implementation ever changes.1 parent 77253da commit e79182f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
| 665 | + | |
664 | 666 | | |
665 | 667 | | |
666 | 668 | | |
| |||
0 commit comments