apache / apache/openwhisk

transaction header appears twice in http response

Open
#3,682 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

```
"X-Request-Id": [
"91e1500cfbd0ef4fb0f8c03b359aac86",
"91e1500cfbd0ef4fb0f8c03b359aac86"
]
```

this because the controller adds one:
https://github.com/apache/incubator-openwhisk/blob/a8b75e9871d860406d71bdf5d2c7a534d54c8dc9/common/scala/src/main/scala/whisk/http/BasicHttpService.scala#L77

and nginx also adds it:
https://github.com/apache/incubator-openwhisk/blob/22c0807b9eae20af9acc70b91a1943dd35a95092/ansible/roles/nginx/templates/nginx.conf.j2#L69

i don't think this was intended - @cbickel ?

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.