osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
160 stars 108 forks source link

worker: simplify the `POST` in workerHeartbeat() #4327

Closed mvo5 closed 1 month ago

mvo5 commented 1 month ago

There is no actual payload when posting the worker status so let's just post nil instead of an empty bytes.Buffer to make this explicit.