jazzband / django-revproxy

Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
Mozilla Public License 2.0
305 stars 118 forks source link

remove empty headers from norm_headers #94

Closed mbande closed 6 years ago

mbande commented 6 years ago

fix for #93

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c9c83550df63a1992755c6ff8bdc24fda28030b4 on mbande:patch-1 into 6ba9b1d2a5145771f6d9f93869b954fce56a84a7 on TracyWebTech:master.

brianmay commented 6 years ago

For reference, this code dates back to cd6d85dd32283400e43fd05be5ab191fc2f0ed42. Will merge. Thanks.

brianmay commented 6 years ago

Looks like this broke the tests; not sure how I didn't notice before merging. I might have to revert the change... https://travis-ci.org/TracyWebTech/django-revproxy/builds/435853479

I think the tests need to be updated also.

brianmay commented 6 years ago

Have reverted change for now.