pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 685 forks source link

keep alive timeout doesn't add to response header #1189

Open yangmianmiao opened 5 months ago

yangmianmiao commented 5 months ago

When set keep alive timeout by options.keepaliveTimeout_, I can't find keep-alive timeout in response header, is there any option need to set or could add this information to response header?