Commit 89aa449d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Compile with the latest ngtcp2

parent 90846d8a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment