Working clock stream. Propagate up write errors
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user