cloudflare / cloudflare/complainer

Issue on Centos 6.5

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
81
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Had to append the code as follows to avoid a "bad file descriptor" error.
f, err := os.OpenFile(file, os.O_APPEND|os.O_CREATE, 0666)
for
f, err := os.OpenFile(file, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0666)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.