vim-http-client
vim-http-client copied to clipboard
Unresponsive endpoints freeze vim
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?
Hi, you can checkout my fork for now, link. I have fixed the issue there and opened a pull request here as well.