alandtse / alandtse/auth_capture_proxy
Properly close connections for cli proxy-example on keyboard interrupt
Aberta
kind: bug
priority: minor
status: help needed ◉
- Linguagem predominante
- Python
- Estrelas
- 4
- Forks
- 7
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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/
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.