https://issues.apache.org/bugzilla/show_bug.cgi?id=50220

           Summary: proxy_connect doesn't ignore EINTR when polling
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]


proxy_connect doesn't ignore EINTR when polling


    while (1) { /* Infinite loop until error (one side closes the connection)
*/
        if ((rv = apr_pollset_poll(pollset, -1, &pollcnt, &signalled)) !=
APR_SUCCESS) {
            apr_socket_close(sock);
            ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, "proxy: CONNECT: error
apr_poll()");
            return HTTP_INTERNAL_SERVER_ERROR;
        }

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to