alandtse / alandtse/auth_capture_proxy
Properly close connections for cli proxy-example on keyboard interrupt
Abierto
kind: bug
priority: minor
status: help needed ◉
- Lenguaje dominante
- Python
- Estrellas
- 4
- Forks
- 7
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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/
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.