You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do a curl --http2 https://url/sse.php when the php-fpm is restarted the proxy_fcgi is receiving the connection reset, but the connection to the curl are not closed.
If I use http/1.1, the connection with the curl are correctly closed.
Hello
Since the apache version 2.4.55
using mod_proxy_fcgi with php-fpm and mod_http2
If I do a
curl --http2 https://url/sse.php
when the php-fpm is restarted the proxy_fcgi is receiving the connection reset, but the connection to the curl are not closed.If I use http/1.1, the connection with the curl are correctly closed.
Sample httpd.conf
Sample sse.php
The text was updated successfully, but these errors were encountered: