aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-25 18:40:58 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-25 18:40:58 +0000
commit9f677cdbf4dee43b7fde43e2c673073e623451d9 (patch)
tree10cdd3d4f04ed52a34f9917561067f22e6bc555d
parent29ab78a74a9ded9b72a757b372c78b454da4c45c (diff)
downloadluasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.tar.gz
luasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.tar.bz2
luasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.zip
updated rfc reference from 1521 to 2045
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e548d03..c30799c 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ and to compose a base URL and relative URL into an absolute URL.
26 26
27The code.lua module provides base64, hexa and escaped encoding and 27The code.lua module provides base64, hexa and escaped encoding and
28decoding. The module is used for the HTTP Basic Authentication Scheme, 28decoding. The module is used for the HTTP Basic Authentication Scheme,
29and URL protection, conforming to RFC 1521. 29and URL protection, conforming to RFC 2045.
30 30
31 concat.lua -- fast concatenation library 31 concat.lua -- fast concatenation library
32 32