YouCompleteMe/python/ycm/client
Strahinja Val Markovic 40464f6e0d Resolving issues with event requests timing out
It appears that the issue comes from sending a None timeout to Requests. It
seems it's a bug in Requests/urllib3. So we just pick an arbitrary long timeout
of 30s as the default.
2013-10-17 14:21:37 -07:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Resolving issues with event requests timing out 2013-10-17 14:21:37 -07:00
command_request.py Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
completion_request.py Strict 0.5s time budget for completion requests 2013-10-14 11:08:15 -07:00
event_notification.py Correctly handling ycm_extra_conf files now 2013-10-08 16:21:43 -07:00
omni_completion_request.py Omni completion works again 2013-10-07 15:47:48 -07:00