mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
33ac97e1cb
- adding '--with-test-httpd=<path>' to configure non-standard apache2 install - python env and base classes for running httpd - basic tests for connectivity with h1/h2/h3 - adding test cases for truncated responses in http versions. - adding goaway test for HTTP/3. - adding "stuttering" tests with parallel downloads in chunks with varying delays between chunks. - adding a curltest module to the httpd server, adding GOAWAY test. - mod_curltest now installs 2 handlers - 'echo': writing as response body what came as request body - 'tweak': with query parameters to tweak response behaviour - marked known fails as skip for now Closes #10175
8 lines
204 B
TOML
8 lines
204 B
TOML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ]
|
|
build = "make"
|
|
setup = ".lift/setup.sh"
|