Open timwu opened 2 months ago
Found out the hard way that not stripping off newlines causes the frank.service to hang by doing:
echo 7200 | http POST 123.123.123.123:8000/temperature/left
There should be no particular reason to send a newline for the temperature and temperature-duration paths so just strip newlines to prevent this hang.
temperature
temperature-duration
Also, hit some build failures and cargo suggested bumping the deps. So that is here as well.
Found out the hard way that not stripping off newlines causes the frank.service to hang by doing:
There should be no particular reason to send a newline for the
temperature
andtemperature-duration
paths so just strip newlines to prevent this hang.Also, hit some build failures and cargo suggested bumping the deps. So that is here as well.