crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

Send quit packet before closing connection #61

Closed bcardiff closed 6 years ago

bcardiff commented 6 years ago

Supersedes #57.

Rebased the work of @liuyang1204 onto master and ensures sending the quit command won't raise.