influxdata / influxdata/datafusion-udf-wasm
Python: HTTP connections to IPv6 addresses broken
Open
- Dominant language
- Rust
- Stars
- 20
- Forks
- 3
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 24
Description
Seems that the guest calls `set_authority` w/ `::1:1234` (should be `[::1]:1234`).
Contributor guide
Research direction
Start by tracing the guest's Python HTTP connection path to the set_authority call and inspect how IPv6 hosts and ports are formatted. Reproduce a request to [::1]:1234, then verify that the generated authority preserves brackets and that the IPv6 connection succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100