Tectu / malloy

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

Connection timeout configuration #113

Open Tectu opened 2 years ago

Tectu commented 2 years ago

Connection timeouts (on both HTTP and WS connections) are currently hard-coded to 30 seconds. Make this configurable.

See expires_after().