From a5ce725bb046b36a271a612f43a6ee4dd784a6a0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 8 Aug 2007 04:48:18 +0000 Subject: Nit**2 svn path=/scripts/http-client.py; revision=838 --- scripts/http-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/http-client.py') diff --git a/scripts/http-client.py b/scripts/http-client.py index 4e1505f3..35091f26 100644 --- a/scripts/http-client.py +++ b/scripts/http-client.py @@ -29,7 +29,7 @@ f.close() # For the moment, just punt on the issue, as this is test code. In # production this would be a problem. -http = tlslite.api.HTTPTLSConnection(host="localhost", port=8080, certChain=certChain, privateKey=privateKey) +https = tlslite.api.HTTPTLSConnection(host="localhost", port=8080, certChain=certChain, privateKey=privateKey) https.connect() https.request("POST", "/", "This is a test. This is only a test. Had this been real you would now be really confused.\n", {"Content-Type":"application/wombat"}) -- cgit v1.2.3