Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -6/+6 |
| | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
* | Silence debugging message in test suite. | dgp | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the ↵ | kjnash | 2018-04-21 | 1 | -8/+8 |
| | | | | report {Test files exiting with errors} even when all tests pass. | ||||
* | Chasing timeout bug: reduce client timeout to 4s in tests; more sanity ↵ | kjnash | 2018-03-31 | 1 | -1/+75 |
| | | | | checking in non-keep-alive tests; tidying; more logging in http.tcl. | ||||
* | Implement queuing and pipelining for HTTP requests over a persistent connection. | kjnash | 2018-03-27 | 1 | -0/+431 |