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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wait-on doesn't seem to support http2

KnisterPeter opened this issue · comments

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?

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