diff options
| author | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:52:37 +0200 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:52:37 +0200 |
| commit | 0c625b1151168b220b8289bdd234221920c03951 (patch) | |
| tree | 7113a2964fe7187360a2cd6b48cd585c99c4739c /src | |
| parent | c9bb7c65406b730cdbe11472a0b14cdef1624ed3 (diff) | |
Today is the first day of the rest of your life.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/fapi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ class Fapi(FapiBase): elif re.match('.*80$', port): return 'curl -g -m 3' + headerdump + ' http://' + postcmd else: - return '# ' + port + ': Can only curl HTTP or HTTPs. Address: ' + ipport + return '# Can only curl HTTP or HTTPs. Address: ' + ipport else: return '# ' + protocol + ': Can only curl PROTOCOL_TCP. Address: ' + destination['address'] return lambda: curl(f5) |
