summaryrefslogtreecommitdiffstats
path: root/tests/http.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-12-201-55/+69
|\
| * Improve tests/http.test, tests/http11.test, tests/httpPipeline.test. Catch ↵kjnash2023-12-191-55/+69
| | | | | | | | unimportant cleanup errors. Print full-file summary by default (not per-ThreadLevel).
* | Merge 8.7jan.nijtmans2023-12-121-7/+24
|\ \ | |/
| * Generalise http::register etc and revise recent changes that were tls-only.kjnash2023-12-051-0/+1
| |
| * Fix for ticket [bbaf69c3dd] (test http-4.15.*). Do not rely on tk TLD. ↵kjnash2023-12-031-7/+23
| | | | | | | | Increase timeout to 30s. More precise comments.
* | Merge 8.7jan.nijtmans2023-03-281-1/+1
|\ \ | |/
| * Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-1/+1
| |\
| * | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵jan.nijtmans2023-03-251-1/+1
| |/ | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays.
| * Don't use "package require tcltests" any more, as in other testsjan.nijtmans2022-11-201-1/+1
| |
| * Constraints http2.9.x make no sense, when testing http2.10jan.nijtmans2022-11-201-12/+10
| |
| * close forkdgp2022-11-201-9/+11
| |\
| | * merge 8.6dgp2022-11-201-9/+11
| | |\
| * | \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ NO votes expected)
| | * Newest tests must have most recent releases of http to pass.dgp2022-11-201-9/+13
| | |
* | | Merged 9.0. Note knownProfileBug constraint which mark questionable tests to ↵apnadkarni2023-03-101-0/+2
| | | | | | | | | | | | be resolved later.
* | | merge 8.7dgp2022-10-291-1/+3
|\ \ \ | |/ /
| * | [c7f3977380] Balance stack operations in the mode with no Thread package.dgp2022-10-291-1/+3
| | |
* | | Merge 8.7jan.nijtmans2022-10-281-176/+176
|\ \ \ | |/ /
| * | Duplicate test namesdgp2022-10-281-176/+176
| | |
* | | Merge core-8-branchoehhar2022-10-281-2/+5
|\ \ \ | |/ /
| * | Restore test suite fix. If [try] is too confusing, then I will use [eval].dgp2022-10-281-2/+5
| | | | | | | | | | | | | | | | | | | | | The stack is a stack of commands. Test hygiene. This was creating one more thread than it destroyed. In a -singleproc 1 test run, this caused tests in later test files to fail because the stray thread causes test results to be different.
* | | Merge 8.7jan.nijtmans2022-10-271-5/+2
|\ \ \ | |/ /
| * | backout [95cb836c8c]: "try [lpop threadStack]", that cannot be rightjan.nijtmans2022-10-271-5/+2
| | |
| * | try -> catchjan.nijtmans2022-10-271-1/+1
| | |
* | | Merge 8.7jan.nijtmans2022-10-271-2/+5
|\ \ \ | |/ /
| * | Test hygiene. This was creating one more thread than it destroyed.dgp2022-10-271-2/+5
| | | | | | | | | | | | In a -singleproc 1 test run, this caused tests in later test files to fail because the stray thread causes test results to be different.
* | | Merge 8.7jan.nijtmans2022-10-271-4/+7
|\ \ \ | |/ /
| * | Minor changes to http tests.kjnash2022-10-261-1/+4
| | |
| * | Fix bug 1173760 (proxy server for https). Add http::config options ↵kjnash2022-10-251-3/+3
| | | | | | | | | | | | -proxynot, -proxyauth.
* | | Merge 8.7jan.nijtmans2022-10-111-3/+3
|\ \ \ | |/ /
| * | Bugfix library/http/http.tcl for connection request header - ↵kjnash2022-10-101-3/+3
| | | | | | | | | | | | tcllib/websocket ticket [d01de3281f]. Revise header order in 3 tests.
* | | Merge 8.7jan.nijtmans2022-09-161-5/+5
|\ \ \ | |/ /
| * | Add option to detect XML files and their encoding when the server supplies ↵kjnash2022-09-101-1/+1
| | | | | | | | | | | | no content-type. Fix for bugs [2998307] and [3165071].
| * | Fix bug [2927221] - revised http::meta, new http::metaValue, header names ↵kjnash2022-09-091-4/+4
| | | | | | | | | | | | are case-insensitive so convert to lower case.
* | | Merge 8.7jan.nijtmans2022-09-091-19/+36
|\ \ \ | |/ /
| * | (Still buggy.) Add the ::socket replacement ::http::socket and its ↵kjnash2022-09-061-17/+32
| | | | | | | | | | | | dependencies as a workaround to bug 824251. Integrate with tls. Allow configuration -threadlevel for socket creation (package Thread may not be available and by default it is not used). Revise tests http-1.1, http-1.4, http-1.5 for new option -threadlevel. Run tests for each value of -threadlevel.
| * | Revise http::geturl to open its socket in an idletask coroutine. This is ↵kjnash2022-09-061-2/+4
| | | | | | | | | | | | preparation for a workaround to bug 824251. Revise test http-4.15 because error message has changed. This commit passes all tests.
* | | Merge 8.7jan.nijtmans2022-06-201-3/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-06-201-3/+6
| |\ \ | | |/
| | * Minor bugfixes to library/http/http.tcl and tests/http.testkjnash2022-06-151-3/+6
| | |
* | | Merge 8.7jan.nijtmans2022-05-311-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Tcl_RegisterCommandTypeName/Tcl_GetCommandTypeName don't exist eitherjan.nijtmans2022-05-311-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2022-05-131-2/+5
|\ \ \ | |/ /
| * | Remove [https://core.tcl-lang.org/tcl/info/1fe8ca8d3eb87b65|Horrible Hack] ↵jan.nijtmans2022-05-131-3/+4
| | | | | | | | | | | | | | | to keep the old error message. Instead depend on [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601] to let "encoding convertto" generate an exception.
* | | Merge 8.7jan.nijtmans2022-05-111-0/+21
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-05-111-0/+21
| |\ \ | | |/
| | * Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add ↵jan.nijtmans2022-05-111-0/+21
| | | | | | | | | | | | more testcases for http::CharsetToEncoding, revealing one more bug
| * | Add proper cleanup to testcasesjan.nijtmans2022-03-181-0/+1
| | |
* | | Merge 8.7jan.nijtmans2022-03-171-3/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-02-071-3/+1
| |\ \ | |/ / |/| |