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

Multiple http requests in native restconf yields same reply #212

Closed
olofhagsand opened this issue Apr 24, 2021 · 0 comments
Closed

Multiple http requests in native restconf yields same reply #212

olofhagsand opened this issue Apr 24, 2021 · 0 comments
Labels

Comments

@olofhagsand
Copy link
Member

In native restconf, if multiple http requests are sent on the same tcp connection, the first reply is repeated also for the remaining requests.

For example, if a GET , POST are sent with replies 200, 201, the returned codes are 200, 200.

This does not occur if the GET and POST are sent in different TCP sessions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant