Compile with the latest ngtcp2

This commit is contained in:
Tatsuhiro Tsujikawa 2020-08-05 19:25:08 +09:00
parent 4b5bcb56bc
commit 3d708f7dc4
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ int Client::write_quic() {
return -1;
}
continue;
case NGTCP2_ERR_WRITE_STREAM_MORE:
case NGTCP2_ERR_WRITE_MORE:
assert(ndatalen > 0);
if (s->add_write_offset(stream_id, ndatalen) != 0) {
return -1;