Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Duplicate test names | dgp | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | (Still buggy.) Add the ::socket replacement ::http::socket and its ↵ | kjnash | 2022-09-06 | 1 | -1/+25 |
| | | | | 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. | ||||
* | (c) -> ©, now that TIP #587 is accepted | jan.nijtmans | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) | jan.nijtmans | 2020-07-25 | 1 | -1/+1 |
| | | | Also, let http-related tests check if really http 2.9 is present | ||||
* | Give lambda function a name "ReceiveChunked" for easier testing. New ↵ | jan.nijtmans | 2018-09-23 | 1 | -1/+1 |
| | | | | function quoteString and code cleanup | ||||
* | Restore production test settings: set tests/httpPipeline.test to ↵ | kjnash | 2018-04-21 | 1 | -1/+1 |
| | | | | non-verbose, and comment out most Log calls in library/http/http.tcl | ||||
* | Chasing timeout bug: reduce client timeout to 4s in tests; more sanity ↵ | kjnash | 2018-03-31 | 1 | -10/+16 |
| | | | | checking in non-keep-alive tests; tidying; more logging in http.tcl. | ||||
* | For thorough testing, set test file to verbose, and uncomment Log calls in ↵ | kjnash | 2018-03-30 | 1 | -1/+1 |
| | | | | http.tcl. | ||||
* | Bugfixes. Details in ticket 46b6edad51. | kjnash | 2018-03-30 | 1 | -1/+2 |
| | |||||
* | Adapt tests/httpPipeline.test for test without installation. Comment out ↵ | kjnash | 2018-03-29 | 1 | -2/+2 |
| | | | | some Log calls from tests/httpTestScript.tcl | ||||
* | Implement queuing and pipelining for HTTP requests over a persistent connection. | kjnash | 2018-03-27 | 1 | -0/+859 |