about summary refs log tree commit homepage
path: root/t/httpd-corner.psgi
DateCommit message (Expand)
2021-08-08httpd: set psgi.url_scheme to 'https' for TLS listeners
2021-02-08tests: favor IPv6
2021-01-01update copyrights for 2021
2020-07-06qspawn: learn to gzip streaming responses
2020-03-25qspawn: handle ENOENT (and other errors on exec)
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-11-24t/httpd-corner: wait for worker process death
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
2019-09-09run update-copyrights from gnulib for 2019
2019-07-04qspawn: retry sysread when parsing headers, too
2018-02-07update copyrights for 2018
2016-08-05http: do not allow bad getline+close responses to kill us
2016-05-21localize $/ in more places to avoid potential problems
2016-04-29http: avoid corking on "Content-Length: 0" response
2016-03-05t/httpd-corner: additional callback test
2016-03-03daemon: introduce host_with_port for identifying sockets
2016-02-29fixup Plack-related requires
2016-02-28http: support graceful shutdown like nntp
2016-02-23initial public-inbox-httpd implemenation