diff options
| author | Monty Brandenberg <monty@lindenlab.com> | 2012-07-11 15:53:57 -0400 |
|---|---|---|
| committer | Monty Brandenberg <monty@lindenlab.com> | 2012-07-11 15:53:57 -0400 |
| commit | 7010459f04177aef1875a110b3d33e10c8ec5cad (patch) | |
| tree | 99edc9fbdb7bf33927786f075184e0b980f2bcdd /indra/llcorehttp/tests/test_llcorehttp_peer.py | |
| parent | bc72acbfd2410e01946375bcfa29cf37a7c01c17 (diff) | |
SH-3240 Capture Content-Type and Content-Encoding headers.
HttpResponse object now has two strings for these content headers.
Either or both may be empty. Tidied up the cross-platform string
code and got more defensive about the length of a header line.
Integration test for the new response object.
Diffstat (limited to 'indra/llcorehttp/tests/test_llcorehttp_peer.py')
| -rw-r--r-- | indra/llcorehttp/tests/test_llcorehttp_peer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_llcorehttp_peer.py b/indra/llcorehttp/tests/test_llcorehttp_peer.py index 9e1847c66e..58b5bedd09 100644 --- a/indra/llcorehttp/tests/test_llcorehttp_peer.py +++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py @@ -9,7 +9,7 @@ $LicenseInfo:firstyear=2008&license=viewerlgpl$ Second Life Viewer Source Code -Copyright (C) 2010, Linden Research, Inc. +Copyright (C) 2012, Linden Research, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |
