Skip to content

Commit 4a98005

Browse files
committed
Remove raise from _ReadHeaders
The only caller to this method does handle exceptions from this method, so instead of crashing, just log the message and continue processing This is related to #1673
1 parent d3ae555 commit 4a98005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ycmd/completers/language_server/language_server_completer.py

-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ def _ReadHeaders( self, data ):
566566
except Exception:
567567
LOGGER.exception( 'Received invalid protocol data from server: '
568568
+ str( line ) )
569-
raise
570569

571570
read_bytes += 1
572571

0 commit comments

Comments
 (0)