[ 
https://issues.apache.org/jira/browse/TS-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994645#comment-14994645
 ] 

ASF subversion and git services commented on TS-4000:
-----------------------------------------------------

Commit b29149c28b7d78b82bfdeaa1db71fb17236b6415 in trafficserver's branch 
refs/heads/master from [~danobi]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=b29149c ]

TS-4000: Extraneous `setvbuf()` in Diags.cc

Remove the extra `setvbuf()` because `setlinebuf()` is called in
`BaseLogFile::open_file()` right beforehand.

This closes #325.


> Extraneous `setvbuf()` in Diags.cc
> ----------------------------------
>
>                 Key: TS-4000
>                 URL: https://issues.apache.org/jira/browse/TS-4000
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Logging
>            Reporter: Daniel Xu
>
> Line 596:
> {noformat}
> status = setvbuf(blf->m_fp, NULL, _IOLBF, 512);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to