about summary refs log tree commit homepage
path: root/t/httpd-corner.t
DateCommit message (Expand)
2019-05-04bundle Danga::Socket and Sys::Syscall
2018-12-29tests: consolidate process spawning code.
2018-02-07update copyrights for 2018
2016-11-26avoid IO::File for anonymous temporary files
2016-08-05http: do not allow bad getline+close responses to kill us
2016-07-02www: remove Plack::Request dependency entirely
2016-04-29http: avoid corking on "Content-Length: 0" response
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-06http: reject excessively large HTTP request bodies
2016-03-06http: reject excessive headers
2016-03-05t/httpd-corner: avoid clobbering existing FDs after fork
2016-03-05t/httpd-corner: additional callback test
2016-03-04daemon: support listening on Unix domain sockets
2016-03-03daemon: introduce host_with_port for identifying sockets
2016-03-03t/*.t: use identifiable tempdir names
2016-02-28http: support graceful shutdown like nntp
2016-02-23t/httpd-corner: test HTTP chunking with curl
2016-02-23initial public-inbox-httpd implemenation