facebookarchive / nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
https://github.com/facebook/nailgun
Other
730 stars 138 forks source link

Fix EXIT chunk being sent twice #174

Open ucamhal opened 5 years ago

ucamhal commented 5 years ago

The server was sending the expected EXIT chunk, followed by an EXIT chunk containing a newline character.