Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: [#129] ctx.Request().Header( key: token) will panic #117

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented May 18, 2023

@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (547bf96) 53.30% compared to head (2792d6c) 53.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   53.30%   53.28%   -0.03%     
==========================================
  Files         105      105              
  Lines        7485     7488       +3     
==========================================
  Hits         3990     3990              
- Misses       3216     3219       +3     
  Partials      279      279              
Impacted Files Coverage Δ
http/gin_request.go 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hwbrzzl hwbrzzl merged commit 8abeee7 into master May 18, 2023
@hwbrzzl hwbrzzl deleted the bowen/#129 branch May 18, 2023 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Bug] ctx.Request().Header( key: "token") will panic
1 participant