Skip to content

Commit 4bd5222

Browse files
committed
chore: new error code
1 parent 50f5238 commit 4bd5222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/client-api/src/http_chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ impl Stream for QuestionStream {
448448
},
449449
Some(Err(err)) => {
450450
error!("Error while streaming answer: {:?}", err);
451-
Poll::Ready(None)
451+
Poll::Pending
452452
},
453453
None => Poll::Ready(None),
454454
}

0 commit comments

Comments
 (0)