You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagates the HTTP/2 fronting fix down to the client:
- radiance -> v0.0.0-20260624010426-955f5cbfe595 (getlantern/radiance#536)
- domainfront -> v0.0.0-20260624004218-93591749d736 (getlantern/domainfront#9, indirect)
- kindling -> v0.0.0-20260624005117-737fcffe2860 (getlantern/kindling#40, indirect)
- lantern-box -> v0.0.95 (transitive; now required by radiance#536)
domainfront#9 makes the fronted round trip ALPN-aware — it frames requests
as HTTP/2 when the CDN edge negotiates h2 (CloudFront, Aliyun, ...) instead
of speaking HTTP/1.1 over the h2 connection and failing with a malformed
response. API-compatible. Ran go mod tidy and committed go.mod+go.sum
together so gomobile resolves lantern-box v0.0.95 (not a stale pin).
Verified: full Go build under the CI tag set (CGO_ENABLED=1, with_gvisor/
with_quic/with_wireguard/with_utls/with_grpc/with_conntrack), go vet, and
lantern-core tests all pass.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments