We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Couper does not writes an access log in error cases while fetching muxer or other data from the incoming client request.
To Reproduce Steps to reproduce the behavior:
Which Couper version? Run couper version or docker run avenga/couper version
couper version
docker run avenga/couper version
Provide your configuration file *.hcl. Remove sensitive data.
*.hcl
server "bug" { api { endpoint "/api/**" { proxy { url = "https://httpbin.org/anything" } } } }
curl
curl -v 'http://localhost:8080/api' -H 'Host: foo::'
Couper writes the following log line:
2021/06/30 15:57:30 http: superfluous response.WriteHeader call from github.com/avenga/couper/server/writer.(*Gzip).WriteHeader (gzip.go:68)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Couper does not writes an access log in error cases while fetching muxer or other data from the incoming client request.
To Reproduce
Steps to reproduce the behavior:
Which Couper version? Run
couper version
ordocker run avenga/couper version
Provide your configuration file
*.hcl
. Remove sensitive data.curl
call for reproductioncurl -v 'http://localhost:8080/api' -H 'Host: foo::'
Couper writes the following log line:
The text was updated successfully, but these errors were encountered: