We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b5cfd commit 065941aCopy full SHA for 065941a
1 file changed
src/native/http_request_utils.c
@@ -109,6 +109,7 @@ static int s_aws_input_stream_read(struct aws_input_stream *stream, struct aws_b
109
impl->body_done = (*env)->CallBooleanMethod(
110
env, impl->http_request_body_stream, http_request_body_stream_properties.send_outgoing_body, direct_buffer);
111
112
+ int result = AWS_OP_SUCCESS;
113
if (aws_jni_check_and_clear_exception(env)) {
114
result = aws_raise_error(AWS_ERROR_HTTP_CALLBACK_FAILURE);
115
(*env)->DeleteLocalRef(env, direct_buffer);
0 commit comments