aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
Diffstat (limited to 'FIX')
-rw-r--r--FIX11
1 files changed, 5 insertions, 6 deletions
diff --git a/FIX b/FIX
index a688ba0..40f30a1 100644
--- a/FIX
+++ b/FIX
@@ -1,15 +1,14 @@
1http was preserving old host header during redirects
2fix smtp.send hang on source error
3add create field to FTP and SMTP and fix HTTP ugliness
4clean timeout argument to open functions in SMTP, HTTP and FTP
5eliminate globals from namespaces created by module().
6
7 1
8 2
9 3
10 4
11 5
12 6
7http was preserving old host header during redirects
8fix smtp.send hang on source error
9add create field to FTP and SMTP and fix HTTP ugliness
10clean timeout argument to open functions in SMTP, HTTP and FTP
11eliminate globals from namespaces created by module().
13url.absolute was not working when base_url was already parsed 12url.absolute was not working when base_url was already parsed
14http.request was redirecting even when the location header was empty 13http.request was redirecting even when the location header was empty
15tcp{client}:shutdown() was checking for group instead of class. 14tcp{client}:shutdown() was checking for group instead of class.