summaryrefslogtreecommitdiffstats
path: root/tests/httpProxy.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-12-201-107/+308
|\
| * Improve tests/http.test, tests/http11.test, tests/httpPipeline.test. Catch ↵kjnash2023-12-191-8/+10
| | | | | | | | unimportant cleanup errors. Print full-file summary by default (not per-ThreadLevel).
| * Improve tests/httpProxy.test. Use constraints and print a message on their ↵kjnash2023-12-181-106/+305
| | | | | | | | usage. Catch unimportant cleanup errors. Use knownBug to control test failures. Print full-file summary by default (not per-ThreadLevel). Pause between tests to avoid flooding the server. Add module twapiTlsPlus and load it when needed. Add example configuration files for Diladele Squid on Windows.
| * Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" ↵kjnash2023-12-181-1/+1
|/ | | | vanished after a Windows reboot.
* When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w ↵kjnash2023-12-121-58/+96
| | | | operations on 2.8.8 thread::transfer socket on Windows.
* Generalise http::register etc and revise recent changes that were tls-only.kjnash2023-12-051-1/+2
|
* tests/httpProxy.test - add new tests for cleanup (mainly after 407 request) ↵kjnash2022-11-071-0/+638
| | | | by checking that a second request is handled correctly.
* tests/httpProxy.test - test for leftover socket placeholders, improve result ↵kjnash2022-11-071-92/+144
| | | | layout, for https fetch with status 407 expect result SecureProxyFailed not SecureProxy.
* Duplicate test namesdgp2022-10-281-28/+28
|
* Minor changes to http tests.kjnash2022-10-261-1/+1
|
* Fix bug 1173760 (proxy server for https). Add http::config options ↵kjnash2022-10-251-0/+456
-proxynot, -proxyauth.