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
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.
The text was updated successfully, but these errors were encountered:
Fixed: [Multiple http requests in native restconf yields same reply #212
6981daf
](#212)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: