mirror of
https://github.com/curl/curl.git
synced 2026-06-16 06:05:37 +03:00
- refs #11982 where it was noted that paused transfers may close successfully without delivering the complete data - made sample poc into tests/http/client/h2-pausing.c and added test_02_27 to reproduce Closes #11989 Fixes #11982 Reported-by: Harry Sintonen
11 lines
No EOL
186 B
Text
11 lines
No EOL
186 B
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
h2-serverpush
|
|
h2-download
|
|
ws-data
|
|
ws-pingpong
|
|
h2-upgrade-extreme
|
|
tls-session-reuse
|
|
h2-pausing |