﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1280	ngx_event_connect_peer() recvbuf doesn't exist	yan.sheng.upai.com@…		"ngx_event_connect_peer() sets SO_RECVBUF, but no initializing the pc->recvbuf.

    if (pc->rcvbuf) {
        if (setsockopt(s, SOL_SOCKET, SO_RCVBUF,
                       (const void *) &pc->rcvbuf, sizeof(int)) == -1)
        {
            ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
                          ""setsockopt(SO_RCVBUF) failed"");
            goto failed;
        }
    }

"	defect	closed	minor		other	1.11.x	invalid				1.11.6
