Commit cd7a887
committed
Fix port problem for Opossum
This fixes #2847 .
It was falsely assumed that the http head command blocks when port 80 is not available but
actucally the exec for the socket is the culprit.
This PR changes that so that the exec is put in the background.
Another change is that $node is still used but the port is stripped of which
lead to the problem raised in #2847. We use $node instead of $NODE has we
can recycle the `http_head[er]_printf()` later.
`http_header_printf()`was renamed to `http_head_printf()` as there's also an `http_head()`
and an `http_get()`1 parent a719c46 commit cd7a887
1 file changed
Lines changed: 23 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
1928 | 1928 | | |
1929 | | - | |
| 1929 | + | |
1930 | 1930 | | |
1931 | 1931 | | |
1932 | | - | |
1933 | | - | |
| 1932 | + | |
| 1933 | + | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | 1936 | | |
1937 | 1937 | | |
1938 | 1938 | | |
1939 | 1939 | | |
1940 | | - | |
1941 | | - | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
1942 | 1943 | | |
1943 | 1944 | | |
1944 | | - | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
1945 | 1955 | | |
1946 | 1956 | | |
| 1957 | + | |
| 1958 | + | |
1947 | 1959 | | |
1948 | | - | |
1949 | | - | |
1950 | | - | |
1951 | | - | |
1952 | | - | |
1953 | | - | |
1954 | | - | |
1955 | | - | |
1956 | | - | |
1957 | 1960 | | |
1958 | | - | |
| 1961 | + | |
1959 | 1962 | | |
1960 | 1963 | | |
1961 | 1964 | | |
1962 | 1965 | | |
1963 | 1966 | | |
1964 | 1967 | | |
1965 | 1968 | | |
1966 | | - | |
1967 | | - | |
1968 | | - | |
1969 | 1969 | | |
1970 | 1970 | | |
1971 | 1971 | | |
| |||
17703 | 17703 | | |
17704 | 17704 | | |
17705 | 17705 | | |
17706 | | - | |
| 17706 | + | |
17707 | 17707 | | |
17708 | 17708 | | |
17709 | 17709 | | |
| |||
0 commit comments