@@ -4,6 +4,7 @@ SSEServer::SSEServer(int port, const std::function<void(std::unique_ptr<SSEStrea
: callback_(callback),
fastcgi_server_(port,
[this](std::unique_ptr<FastCGIRequest> request) { OnRequest(std::move(request)); },
1,
{"HTTP_ACCEPT"}) {}
void SSEServer::Serve() {
The note is not visible to the blocked user.