weblogs
weblogs copied to clipboard
Easily add web access logs to your go http server
Results
1
weblogs issues
Sort by
recently updated
recently updated
newest added
https://github.com/keep94/weblogs/blob/d380f9bf1ca810168b7f85c7a22fbcc18f753eeb/weblogs.go#L164 The Set method stores the "*http.Request" object in the map and does not release it actively. If the "context.Delete" delete "*http.Request" object is not displayed, memory leak will result.