From 2131ba4dda0197b5795096b703fee3d0980b9c42 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 9 Nov 2011 16:26:36 -0800 Subject: [PATCH] check! --- requests/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/requests/models.py b/requests/models.py index c04e4c51..d871e719 100644 --- a/requests/models.py +++ b/requests/models.py @@ -350,8 +350,6 @@ class Request(object): body = self._enc_data content_type = 'application/x-www-form-urlencoded' - # TODO: Setup cookies. - # Add content-type if it wasn't explicitly provided. if (content_type) and (not 'content-type' in self.headers): self.headers['Content-Type'] = content_type