jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.87k stars 77 forks source link

wait-on doesn't seem to support http2 #90

Open KnisterPeter opened 3 years ago

KnisterPeter commented 3 years ago

I have a server which answers with http2. Since then wait-on never resolves and waits forever. Is there something special required to have http2 support?

KnisterPeter commented 3 years ago

Maybe this is realted: https://github.com/axios/axios/issues/1175 But I think the request (client) doesn't need to be http2.