This commit is contained in:
xbuma00 2022-11-01 05:21:14 +09:00 committed by GitHub
commit 3b2a3cf8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -710,6 +710,7 @@ void session_impl::do_write() {
if (wblen_ == 0) {
if (should_stop()) {
call_error_cb(make_error_code(static_cast<nghttp2_error>(NGHTTP2_INTERNAL_ERROR)));
stop();
}
return;