1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-28 06:20:47 +00:00
ohwgiles_laminar/test
Oliver Giles 758b5f2e46 resolves #37: closed connection on large files
The old implementation slurped the whole artefact into memory, and
did not ensure it remained allocated beyond the first call to write().
The new implementation uses mmap and ensures the mapping lasts until
the file has been delivered
2018-07-06 13:18:04 +03:00
..
test-conf.cpp add basic tests for conf, database and run 2018-01-26 13:07:02 +02:00
test-database.cpp add basic tests for conf, database and run 2018-01-26 13:07:02 +02:00
test-laminar.cpp resolves #28: compensate for server/client clock skew 2018-02-03 16:52:46 +02:00
test-run.cpp resolves #30: job execution timeout 2018-05-12 13:25:19 +03:00
test-server.cpp resolves #37: closed connection on large files 2018-07-06 13:18:04 +03:00