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