]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: client writer tweaks
authorStefan Eissing <stefan@eissing.org>
Thu, 16 Jul 2026 09:26:33 +0000 (11:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Jul 2026 22:07:03 +0000 (00:07 +0200)
commitb41c28e70af47e1a49606db9c28f622f2a0052d0
tree628875f611c19bcc7da8af474df1b10e133d6b28
parentf65253056a1b3d0bc6b27f450a6291ed253f6491
lib: client writer tweaks

- keep pause state at request
- keep presense of content decoding writers at request
- only add cw-pause writer when content decoding happens
- define macro for passing data down the writer chain

scorecard: add option to test with h2o server

Closes #22335
lib/cw-out.c
lib/cw-out.h
lib/cw-pause.c
lib/request.h
lib/sendf.c
lib/sendf.h
tests/http/scorecard.py
tests/http/testenv/__init__.py