palantir / python-jsonrpc-server

A Python 2 and 3 asynchronous JSON RPC server
MIT License
83 stars 36 forks source link

windows line endings support #21

Open absolute-cretin opened 5 years ago

absolute-cretin commented 5 years ago

I was messing around with pyls and realised that for some reason it didn't work on windows as it didn't recognize '\r\n' as None and so failed to work properly. I've made a PR that fixes this