@brief The ID used to find this client in HttpConnectionsPool
| 504 | |
| 505 | /// @brief The ID used to find this client in HttpConnectionsPool |
| 506 | ID getConnectionID() const { return connectionID; } |
| 507 | |
| 508 | /// @brief Marks this HTTP connection as handed off to a WebSocket owner after a successful upgrade. |
| 509 | void markWebSocketUpgraded() { webSocketUpgraded = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected