curl/.github/workflows
Stefan Eissing 331b89a319
http2: polish things around POST
- added test cases for various code paths
- fixed handling of blocked write when stream had
  been closed inbetween attempts
- re-enabled DEBUGASSERT on send with smaller data size

- in debug builds, environment variables can be set to simulate a slow
  network when sending data. cf-socket.c and vquic.c support
  * CURL_DBG_SOCK_WBLOCK: percentage of send() calls that should be
    answered with a EAGAIN. TCP/UNIX sockets.
    This is chosen randomly.
  * CURL_DBG_SOCK_WPARTIAL: percentage of data that shall be written
    to the network. TCP/UNIX sockets.
    Example: 80 means a send with 1000 bytes would only send 800
    This is applied to every send.
  * CURL_DBG_QUIC_WBLOCK: percentage of send() calls that should be
    answered with EAGAIN. QUIC only.
    This is chosen randomly.

Closes #11756
2023-09-04 19:48:49 +02:00
..
appveyor-status.yml tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
awslc.yml openssl: make aws-lc version support OCSP 2023-08-02 16:23:45 +02:00
codeql-analysis.yml CI: skip some more builds when possible 2023-03-24 19:59:50 -07:00
fuzz.yml CI: don't run CI jobs if only another CI was changed 2023-04-24 20:46:09 -07:00
hacktoberfest-accepted.yml GHA: Hacktoberfest CI: Update deprecated 'set-output' command 2023-01-05 10:12:57 +01:00
label.yml CI: Work around a labeler bug that removes labels 2023-01-28 19:48:02 -08:00
linkcheck.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
linux.yml CI: move the Alpine build from Cirrus to GHA 2023-08-30 23:50:16 -07:00
macos.yml workflows/macos.yml: disable zstd and alt-svc in the http-only build 2023-08-17 16:58:58 +02:00
ngtcp2-linux.yml http2: polish things around POST 2023-09-04 19:48:49 +02:00
proselint.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
quiche-linux.yml CI: use openssl 3.0.10+quic, nghttp3 0.14.0, ngtcp2 0.18.0 2023-08-06 23:20:45 +02:00
reuse.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
spellcheck.yml spellcheck: adapt to backslashed minuses 2023-08-12 11:10:21 +02:00
torture.yml CI: enable parallel make in more builds 2023-06-24 14:40:39 -07:00
wolfssl.yml CI: use wolfSSL 5.6.3 in builds 2023-07-11 20:07:22 +02:00