Skip to content

Add IPv6 support in ListenAndServe() #13

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jleroy
Copy link

@jleroy jleroy commented Mar 24, 2025

Fasthttp’s ListenAndServe() only allow listening on IPv4 addresses.
This PR enable dual-stack (IPV4+IPv6) or IPv6-only listening by adding a custom listener in Fastglue’s ListenAndServe().

@knadh
Copy link
Contributor

knadh commented Mar 25, 2025

CC @rhnvrm

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.

3 participants