-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ update: tls.ClientHelloInfo in Ctx (#2011)
* Update go.mod * wip * wip * wip * wip * wip * Move tlsHandler from Config to App * Use NewError instead of panic * Add a test with ServerName * Add some tests on ClientHelloInfo * fix missing import * remove unnecessary ctx field. Co-authored-by: RW <rene@gofiber.io> Co-authored-by: Muhammed Efe Çetin <efectn@protonmail.com>
- Loading branch information
1 parent
f031e08
commit 2edcf95
Showing
4 changed files
with
111 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2edcf95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Benchmark_Ctx_Protocol
15.62
ns/op 0 B/op 0 allocs/op2.814
ns/op 0 B/op 0 allocs/op5.55
This comment was automatically generated by workflow using github-action-benchmark.