I didn't realize it until today but the default close handler I introduced in #24 was overriding Gorilla's default close handler which caused connections to close with 1006 "CLOSE_ABNORMAL". This change removes the default close handler and only sets a close handler if one is provided to Melody.
I didn't realize it until today but the default close handler I introduced in #24 was overriding Gorilla's default close handler which caused connections to close with 1006 "CLOSE_ABNORMAL". This change removes the default close handler and only sets a close handler if one is provided to Melody.