Latest update - 9069

This commit is contained in:
2023-04-11 11:05:47 +09:00
parent 829c0924c0
commit 897bb0e54a
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -277,7 +277,12 @@ ngx_stream_write_filter(ngx_stream_session_t *s, ngx_chain_t *in,
*out = chain;
if (chain) {
if (c->shared) {
if (c->shared
#if (NGX_STREAM_QUIC)
&& c->quic == NULL
#endif
)
{
ngx_log_error(NGX_LOG_ALERT, c->log, 0,
"shared connection is busy");
return NGX_ERROR;