mirage / mirage-skeleton

Examples of simple MirageOS apps
The Unlicense
227 stars 93 forks source link

device-usage/http-fetch tries ipv4 address even with --ipv6-only #339

Open reynir opened 2 years ago

reynir commented 2 years ago

The issue is likely in the cohttp client or elsewhere, but I'm creating the issue here to track it.

WRN [tcpip-stack-direct] attempted to write an IPv4 packet in a v6 only stack
hannesm commented 2 years ago

Indeed, maybe a paf-based (and happy-eyeballs-mirage) applications/http-client would be the way to go (and retiring the http-fetch unikernel).