Am 27.04.2020 um 08:57 schrieb Ruediger Pluem:
On 4/25/20 8:10 PM, Rainer Jung wrote:
Patch available at
home.apache.org/~rjung/patches/httpd-trunk-mon-snaps-v1_2.patch
Thanks for this.
Could you please create this as a PR on github as well? This ensures that all
the Travis tests are run for your patch.
Thanks RĂ¼diger. Done and indeed Travis found one not that I fixed but we
need to discuss.
I changed the data type of the idle and busy fields in the sload struct
from int to float, because they were used as floats. But that broke
mod_headers which uses the data and will break other consumers as well.
For compatibility reasons, we could keep the int type though.
Regards,
Rainer