Skip to content
New issue

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

Http service invocation in verion 1.12.3. #7371

Closed
HenrixG opened this issue Jan 12, 2024 · 1 comment · Fixed by #7403
Closed

Http service invocation in verion 1.12.3. #7371

HenrixG opened this issue Jan 12, 2024 · 1 comment · Fixed by #7403
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@HenrixG
Copy link

HenrixG commented Jan 12, 2024

In what area(s)?

/area runtime

What version of Dapr?

1.12.3

Expected Behavior

When HttpResponse is httpstatus != 200 then ResponseHeader contains duplicities -> it's wrong.
When HttpResponse is httpstatus = 200 then ResponseHeader contains no duplicity items.

Actual Behavior

When I call EndPoint (REST API c# over http service invocation http://localhost/3500/v1.0/invoke/test/method/test) and response HttpStatus != 200 then ResponseHeader cointains duplicities.
image

Steps to Reproduce the Problem

Create basic RestApi Endpoint and return anything else but httpStatus=200.

Release Note

RELEASE NOTE:

@HenrixG HenrixG added the kind/bug Something isn't working label Jan 12, 2024
@yaron2 yaron2 self-assigned this Jan 12, 2024
@yaron2
Copy link
Member

yaron2 commented Jan 12, 2024

Thanks for the report. Taking a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants