Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-10 Thread Shawn Heisey
On 12/9/2022 2:12 PM, Aryeh Friedman wrote: For example the following code works against port 7 (UDP echo service) but not against 8080 (my local tomcat): I suspect that you are running into the fact that HTTP/3 *always* uses TLS.  It's baked into the protocol and NOT optional as with earlier

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-10 Thread Aryeh Friedman
On Sat, Dec 10, 2022 at 4:59 PM Shawn Heisey wrote: > > On 12/9/2022 2:12 PM, Aryeh Friedman wrote: > > For example the following code works against port 7 (UDP echo service) > > but not against 8080 (my local tomcat): > > I suspect that you are running into the fact that HTTP/3 *always* uses > TL