-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Setting app.Server().MaxConnsPerIP🐛 #1456
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
Is anyone working on this? If not, may I work on it? I'm investigating on the issue, and it could be an upstream error in |
I don't think anyone is working on this yet, you are welcome to do it. |
Looks like it's an upstream issue in |
The issue has since been fixed. Let's upgrade the |
ok thx for the hint |
https://github.com/valyala/fasthttp/releases/tag/v1.29.0 new release has been made Thank you @tysg for your investigation and solution! |
Fiber version
v2.15.0
Issue description
Setting app.Server().MaxConnsPerIP() = x
either causes the server to use http instead of https/tls, or it causes c.Secure() and c.Protocol() to give false information.
This could also simply be by design. If so, it should be made less transparent to users.
Code snippet
The text was updated successfully, but these errors were encountered: