nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

PatchWebUnit-Fix #152

Closed s3aryal closed 8 years ago

s3aryal commented 8 years ago

This fixes the issue where if a value is specified for 'Host' in the header, it is not being used, because there is another one being set.

bdelbosc commented 8 years ago

Thanks