It seems that BoringSSL has updated some of its interfaces, causing the
following issues during the compilation of Nginx. Is there currently any
solution to resolve this problem? Or are there other libraries that can
perfectly replace BoringSSL? The commands and error messages are as follows:
ro
Hello NGINX team,
I'm working on a RESTCONF server that streams data via SSE.
When using Apache2 with mod_fcgid, everything works fine:
multiple clients can connect to /restconf/streams, and each gets a stream.
However, when switching to nginx + fcgiwrap, only the first connection
works.
All ot