htpack/cmd/htpacker
Laurence Withers 1b84160dcf cmd/htpacker: cope with zero-length input files
Sometimes we might be asked to serve up a zero-length input file,
typically from some machine-generated CSS etc. We make some very
rudimentary guess about the content-type the caller wanted and skip the
mmap(2) call.
2020-04-02 12:33:04 +01:00
..
packer cmd/htpacker: cope with zero-length input files 2020-04-02 12:33:04 +01:00
go.mod Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
go.sum Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
inspector.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
main.go cmd/htpacker now split into its own module 2019-04-12 09:15:28 +01:00
pack.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
pack_progress.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
yaml.go cmd/htpacker: cope with zero-length input files 2020-04-02 12:33:04 +01:00