True if write of socket is shutdown.
| 412 | |
| 413 | // True if write of socket is shutdown. |
| 414 | bool IsWriteShutdown() const { return _is_write_shutdown; } |
| 415 | |
| 416 | int Write(butil::IOBuf *msg, const WriteOptions* options = NULL); |
| 417 |
no outgoing calls
no test coverage detected