The GitHub Actions job "Validate and test" on 
pekko-http.git/copilot/ensure-end-called-on-inflaters-deflaters has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
f7659ebe9c2d30476e6a85e5309cf3609d543300 / copilot-swe-agent[bot] 
<[email protected]>
Ensure deflater/inflater end() is called in DeflateCompressor and GzipCompressor

- DeflateCompressor: add deflaterEnded flag + idempotent endDeflater() method;
  call endDeflater() in finishWithBuffer() instead of deflater.end() directly
- GzipDecompressor: add postStop() calling inflater.end() + add createInflater()
  factory method for testability
- StreamUtils.byteStringTransformer: add optional cleanup callback, call it in
  postStop() when the stage is stopped before onUpstreamFinish()
- Encoder.singleUseEncoderFlow: pass cleanup callback that calls endDeflater()
  on DeflateCompressor instances to handle stream cancellation/failure
- DeflateSpec: add tests for deflater cleanup on normal finish and cancellation
- GzipSpec: add tests for inflater cleanup on normal finish and cancellation,
  and deflater cleanup on normal finish and cancellation

Report URL: https://github.com/apache/pekko-http/actions/runs/28901739563

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to