diff --git a/AUTHORS b/AUTHORS index 1eabf651..5a80c622 100644 --- a/AUTHORS +++ b/AUTHORS @@ -42,3 +42,4 @@ Patches and Suggestions - Alejandro Giacometti - Rick Mak - Johan Bergström +- Mike Waldner diff --git a/requests/utils.py b/requests/utils.py index 3f4d9a44..b4e760a9 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -203,6 +203,5 @@ def curl_from_request(request): elif request._enc_data is not None: data = '-d %s ' % (request._enc_data) - #: Params handled in _build_url return curl + auth + method + header + data + '"' + request._build_url() + '"'