t3hmrman / casgo

Single Sign On (SSO) Central Authentication Server (CAS) written in Go
ISC License
50 stars 9 forks source link

Memory leak caused by gorilla/sessions #4

Closed t3hmrman closed 9 years ago

t3hmrman commented 9 years ago

According to Gorilla toolkit sessions package, memory leak is caused if ClearHandler is not used on routing handlers?

t3hmrman commented 9 years ago

Code is using gorilla/mux so no need to worry about leaks