Reset connection state after finishing with it in http_handler

This commit is contained in:
2025-09-14 21:16:41 -04:00
parent 632113f792
commit 1f61f91bf5
7 changed files with 71 additions and 47 deletions

View File

@@ -321,8 +321,7 @@ private:
enum WriteBytesResult {
Error = 1 << 0,
Progress = 1 << 1,
Drained = 1 << 2,
Close = 1 << 3,
Close = 1 << 2,
};
uint32_t write_bytes();