On 08/12/2022 21:55, Aryeh Friedman wrote:
I just tried the following command to test if tomcat does in fact listen on UDP:

aryeh@sarek1024% nc -u localhost 8080
GET / HTTP/1.1


aryeh@sarek1024%

Which is nice to see tomcat is listening

That command doesn't do what you think it does.

UDP doesn't work the way you think it does.

Even if Tomcat was listening for UDP packets, HTTP/3 has a completely different wire format to HTTP/1.1 and the above wouldn't work.

Tomcat is NOT listening for UDP packets.

Tomcat does not support HTTP/3 or QUIC.

<snip/>

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to