alandtse / alandtse/auth_capture_proxy
Properly close connections for cli proxy-example on keyboard interrupt
Offen
kind: bug
priority: minor
status: help needed ◉
- Vorherrschende Sprache
- Python
- Sterne
- 4
- Forks
- 7
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The proxy example is unable to close connections on keyboard abort.
```bash
^C
Aborted!
Unclosed client session
client_session:
```
This will require understanding how to capture Typer/Click abort. Unfortunately, it's hard to search for issues on typer using google.
Click documentation: https://click.palletsprojects.com/en/7.x/exceptions/
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.