mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Mail: removed surplus ngx_close_connection() call.
It is already called for a peer connection a few lines above.
This commit is contained in:
parent
c9c4e39be6
commit
8597218f38
@ -699,7 +699,6 @@ ngx_mail_auth_http_process_headers(ngx_mail_session_t *s,
|
||||
|
||||
p = ngx_pnalloc(s->connection->pool, ctx->err.len);
|
||||
if (p == NULL) {
|
||||
ngx_close_connection(ctx->peer.connection);
|
||||
ngx_destroy_pool(ctx->pool);
|
||||
ngx_mail_session_internal_server_error(s);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user