1
1
What's changed in loggerhead?
2
2
=============================
7
7
- Add ``bzr load-test-loggerhead`` as a way to make sure loggerhead can
8
8
handle concurrent requests, etc. Scripts can be written that spawn
9
9
multiple threads, and issue concurrent requests.
12
18
- If we get a HEAD request, there is no reason to expand the template, we
13
19
shouldn't be returning body content anyway.
14
20
(John Arbash Meinel, #716201, #716217)