Merge #297
297: Use ContentModified error code r=matklad a=matklad
25679c2e4b
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
@@ -386,7 +386,7 @@ impl<'a> PoolDispatcher<'a> {
|
||||
if is_canceled(&e) {
|
||||
RawResponse::err(
|
||||
id,
|
||||
ErrorCode::RequestCancelled as i32,
|
||||
ErrorCode::ContentModified as i32,
|
||||
e.to_string(),
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user