trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Update code and build scripts to use latest quiche(0.22.0) release.

Open brbzull0 opened this issue 1 year ago • 1 comments

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

brbzull0 avatar Jul 01 '24 13:07 brbzull0

Will not merge this till we have rocky image updated. Thanks,

brbzull0 avatar Jul 01 '24 16:07 brbzull0

We need https://github.com/apache/trafficserver/pull/11540 to update some of our images. cc: @bneradt

brbzull0 avatar Jul 12 '24 11:07 brbzull0

Cherry-picked to v10.0.x

cmcfarlen avatar Jul 21 '24 22:07 cmcfarlen