Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

HTTP connection detector: Different logging styles #128

Open Tectu opened 6 months ago

Tectu commented 6 months ago

Currently, malloy::server::http::router_adaptor's websocket() and http() functions use a different style to log to the connection logger. This should be unified.