Paul Van Eck d0d108f891 Remove request body from response header
Having 'body' in the pecan RequestViewerHook causes all responses to
contain posted json data in their headers. So when we were trying to use
refstack-client to upload results from a full test run, it would raise
an exception like:

Error "httplib.LineTooLong: got more than 65536 bytes when reading header line"

This is because the API is sending back our posted json data (150kB) back in
the response header under the key "x-pecan-body". This commit stops pecan from
adding the request body to the response header.

Change-Id: Ieab0bc8df86ba85a9f2f5382fb5ae7f054214afb
2015-01-21 16:42:00 -08:00
..
2015-01-19 18:35:56 +02:00
2014-05-13 16:32:01 +02:00
2015-01-19 18:35:56 +02:00
2015-01-02 17:45:22 +02:00