| 1215 | |
| 1216 | protected: |
| 1217 | void initialize() override |
| 1218 | { |
| 1219 | // Start the read loop on the socket. We read independently |
| 1220 | // of the requests being sent in order to detect socket |
| 1221 | // closure at any time. |
| 1222 | read(); |
| 1223 | } |
| 1224 | |
| 1225 | void finalize() override |
| 1226 | { |