Skip to content

Minor improvements

Compare
Choose a tag to compare
@bnkamalesh bnkamalesh released this 13 Feb 13:19
· 48 commits to master since this release

[patch] refactored router.Serve method to avoid context payload injection to special handlers
[patch] removed deadcode Route.matchAndGet
[patch] fixed panic when using CORS middleware with nil configuration
[patch] using response writer from pool for chained handlers instead of creating a new instance
[patch] other small refactor for cleaner/easy to understand code
[patch] removed unused field from context payload