PMunch / nimlsp

Language Server Protocol implementation for Nim
MIT License
419 stars 51 forks source link

Fix incomplete reads failing subsequent requests #152

Closed Desdaemon closed 1 year ago

Desdaemon commented 1 year ago

Originally, when reading a large source file the amount of bytes read might not match Content-Length and produce an incomplete frame, therefore making further requests invalid.