prevent transient zrepl status error: Post "http://unix/status": EOF

See the comment added to client.go in this commit.

fixes https://github.com/zrepl/zrepl/issues/483
fixes https://github.com/zrepl/zrepl/issues/262
fixes https://github.com/zrepl/zrepl/issues/379
fixes https://github.com/zrepl/zrepl/issues/379
This commit is contained in:
Christian Schwarz
2022-06-26 14:19:54 +02:00
parent 2642c64303
commit e0c7ceedd5
2 changed files with 18 additions and 6 deletions
+2
View File
@@ -27,6 +27,8 @@ Developers should consult the git commit log or GitHub issue tracker.
But the metric *value* is now the Unix timestamp at the time the daemon was started.
The Grafana dashboard in :repomasterlink:`dist/grafana` has been updated.
* |bugfix| transient zrepl status error: ``Post "http://unix/status": EOF``
0.5
---