Update code and build scripts to use latest quiche(0.22.0) release.
This bumps the quiche version from the build deps scripts and update the code to use latest quiche version which changed some of their API:
-
quiche_conn_stream_recv -
quiche_conn_stream_send
which now takes an extra param to get the stream application error codes(if any).
Note:
error_code is not used for now. A new PR should add logic to deal with this outcome.
PS: : This needs CI to update quiche to 0.22.0. CI will fail till then.
fixes: https://github.com/apache/trafficserver/issues/11486
Will not merge this till we have rocky image updated. Thanks,
We need https://github.com/apache/trafficserver/pull/11540 to update some of our images. cc: @bneradt
Cherry-picked to v10.0.x