Move the HTTP "filename" field to "orig_filenames" and "resp_filenames"

This changes the HTTP log format slightly but shouldn't mess
up anything that anyone was doing because the old "filename"
field was never actually filled out.  Tests are updated as well.
This commit is contained in:
Seth Hall 2016-06-15 01:44:18 -04:00
parent de7396e4a9
commit 7c2307e079
25 changed files with 383 additions and 362 deletions

View file

@ -60,9 +60,6 @@ export {
info_code: count &log &optional;
## Last seen 1xx informational reply message returned by the server.
info_msg: string &log &optional;
## Filename given in the Content-Disposition header sent by the
## server.
filename: string &log &optional;
## A set of indicators of various attributes discovered and
## related to a particular request/response pair.
tags: set[Tags] &log;