The QUIC request didn't have an onion_req endpoint wired up and so while you could invoke most endpoints, you couldn't initiate onion requests (and so would still need HTTPS for that). This fixes it by wiring up an onion_req endpoint that accepts onion requests over QUIC.
The QUIC request didn't have an
onion_req
endpoint wired up and so while you could invoke most endpoints, you couldn't initiate onion requests (and so would still need HTTPS for that). This fixes it by wiring up anonion_req
endpoint that accepts onion requests over QUIC.