Working clock stream. Propagate up write errors

This commit is contained in:
Ian Gulliver
2019-04-29 00:11:07 +00:00
parent 4d4525b145
commit 205b8253b2
11 changed files with 92 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ class FastCGIConn {
void Serve();
void Write(const std::vector<iovec>& vecs);
[[nodiscard]] bool Write(const std::vector<iovec>& vecs);
private:
const int sock_;