Commit 24f76d8
fix(providers): use await request.aread() in OCI async_auth_flow
The async_auth_flow fallback used the sync request.read() method.
Use await request.aread() to stay non-blocking in the async path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sébastien Han <seb@redhat.com>1 parent 14994a9 commit 24f76d8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments