[
https://issues.apache.org/jira/browse/TS-4779?focusedWorklogId=27286&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27286
]
ASF GitHub Bot logged work on TS-4779:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/16 19:38
Start Date: 26/Aug/16 19:38
Worklog Time Spent: 10m
Work Description: Github user atsci commented on the issue:
https://github.com/apache/trafficserver/pull/934
FreeBSD build *successful*! See
https://ci.trafficserver.apache.org/job/Github-FreeBSD/627/ for details.
Issue Time Tracking
-------------------
Worklog Id: (was: 27286)
Time Spent: 20m (was: 10m)
> Remove SET_CLOSE_ON_EXEC #ifdef's from socket code.
> ---------------------------------------------------
>
> Key: TS-4779
> URL: https://issues.apache.org/jira/browse/TS-4779
> Project: Traffic Server
> Issue Type: Task
> Components: Network
> Reporter: Phil Sorber
> Assignee: Phil Sorber
> Fix For: 7.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This appears to be set nowhere, and so effectively disables CLOEXEC.
> [[email protected]] suggests we remove just the #ifdef's and thereby enable
> CLOEXEC. I agree with this approach, but it is a change in behavior.
> {noformat}
> $ grep -ir CLOSE_ON_EXEC
> iocore/net/UnixConnection.cc:#ifdef SET_CLOSE_ON_EXEC
> iocore/net/UnixConnection.cc:#ifdef SET_CLOSE_ON_EXEC
> iocore/net/Connection.cc:#ifdef SET_CLOSE_ON_EXEC
> iocore/net/Connection.cc:#ifdef SET_CLOSE_ON_EXEC
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)