vim-http-client icon indicating copy to clipboard operation
vim-http-client copied to clipboard

Unresponsive endpoints freeze vim

Open thomas2p opened this issue 3 years ago • 1 comments

Trying to GET an unresponsive endpoint (one that never time outs or sends any reponse, e.g. due to an infinite loop) will cause the entire Vim instance to not respond to user input. This is not ideal. Perhaps requests should be done asyncronously, or have a built-in timeout?

thomas2p avatar Oct 17 '21 13:10 thomas2p

Hi, you can checkout my fork for now, link. I have fixed the issue there and opened a pull request here as well.

Tecvoc avatar Jan 15 '23 19:01 Tecvoc