transaction header appears twice in http response
Open
- 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
Assessment
This issue has not been assessed yet.