Do not split URLs in comments.

This commit is contained in:
Eric Snow 2018-01-10 20:08:55 +00:00
parent 4aba1021fd
commit 290d9b44db

View file

@ -138,8 +138,7 @@ class SocketIO(object):
def _wait_for_message(self):
# TODO: docstring
# base protocol defined at:
# https://github.com/Microsoft/language-server-protocol/
# blob/master/protocol.md#base-protocol
# https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#base-protocol
# read all headers, ascii encoded separated by '\r\n'
# end of headers is indicated by an empty line