| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make utility function private: _get_headersBB-4 | Marc Abramowitz | 2015-04-30 | 1 | -4/+9 |
| | | |||||
| * | Make get_headers default to Python 3; fallback to Python 2 | Marc Abramowitz | 2015-04-30 | 1 | -4/+4 |
| | | | | | as suggested by @haypo at https://bitbucket.org/ianb/paste/pull-request/22/fix-improper-commas-in-request-headers-in/diff#comment-6583636 | ||||
| * | Make get all values of a header work on both Python 2 and 3 | Marc Abramowitz | 2015-04-28 | 1 | -1/+9 |
| | | |||||
| * | Fix improper commas in request headers in wsgi_environ | Marc Abramowitz | 2015-04-27 | 1 | -1/+1 |
| | | | | | | | Revert from using `get` to `getheaders` method. fixes #4 | ||||
| * | Add tests/test_httpserver.py | Marc Abramowitz | 2015-04-27 | 1 | -0/+1415 |
| which contains a test for the issue in BB-4, where the WSGI environment has strings with commas in them that don't belong. See issue #4. | |||||
