HTTPing
HTTPing copied to clipboard
Ping an HTTP server
I'm trying to build 3.6 in Homebrew in https://github.com/Homebrew/homebrew-core/pull/171238 But `cmake --install` isn't working and the `configure` script is removed. Do you have any hints on what the best way...
- https://github.com/Homebrew/homebrew-core/pull/171238
I'm getting a lot of "unable to get local issuer certificate" warnings when pinging https resources: ```bash $ ./httping https://someserver.foo.bar/ Auto enabling SSL due to https-URL PING someserver.foo.bar:443 (/): connected...
A 64-bit int might be useful.
Hi, ncurses comes with macOS, but to make use of it the naming is slightly different. In homebrew there is a rule that replaces `lncursesw` with `lncurses`: ```ruby inreplace %w[configure...
Build fails on earlier macOS versions. With gcc-4.2: ``` [ 88%] Building C object CMakeFiles/httping.dir/tcp.c.o /usr/bin/gcc-4.2 -DLOCALEDIR=\"/usr/share/locale\" -DVERSION=\"VERSION=3.6\" -I/opt/local/include -I/opt/local/libexec/openssl3/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_httping/httping/work/build -pipe -Os -DNDEBUG -I/opt/local/include -g -arch ppc -mmacosx-version-min=10.6 -Wall...
Fixes build on FreeBSD
Closes: https://github.com/folkertvanheusden/HTTPing/issues/19
I have the following items on my list: * resolve all compiling warnings (#62, #63, #64, #67 ) * move source files to the `src` folder * introduce a `HAVE_FASTOPEN`...
"Is the -y parameter of httping ineffective? In the case of multiple network cards, if one network card can access the destination address, using httping -y to specify the IP...