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
Return an error response if an error occurs in load #495
Comments
s-yata
added a commit
that referenced
this issue
Mar 3, 2016
s-yata
added a commit
that referenced
this issue
Mar 3, 2016
|
Now a multi-line However, the following example shows a strange behavior. I'm not sure what is the expected response for each command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
A
loadcan be represented by more than one lines and each line is passed viagrn_ctx_send.In such a case, errors in earlier lines are logged but may not be included in a response as follows:
The last
loadshould return an error response.The text was updated successfully, but these errors were encountered: