diff options
author | Diego Nehab <diego@fresnel.local> | 2013-01-10 01:10:34 -0200 |
---|---|---|
committer | Diego Nehab <diego@fresnel.local> | 2013-01-10 01:10:34 -0200 |
commit | d548a78e5516bcc85d44f1d419cf53c71d6dcd79 (patch) | |
tree | 564578ecb9b86f41fb7e517c37fa76d08fc6fcaf /src | |
parent | 72a5347f97b3f158431d4181109db3086a8a2953 (diff) | |
download | luasocket-d548a78e5516bcc85d44f1d419cf53c71d6dcd79.tar.gz luasocket-d548a78e5516bcc85d44f1d419cf53c71d6dcd79.tar.bz2 luasocket-d548a78e5516bcc85d44f1d419cf53c71d6dcd79.zip |
Cookie modifications.
Diffstat (limited to 'src')
-rw-r--r-- | src/headers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/headers.lua b/src/headers.lua index 41794ba..a293329 100644 --- a/src/headers.lua +++ b/src/headers.lua | |||
@@ -33,6 +33,7 @@ canonic = { | |||
33 | ["content-range"] = "Content-Range", | 33 | ["content-range"] = "Content-Range", |
34 | ["content-transfer-encoding"] = "Content-Transfer-Encoding", | 34 | ["content-transfer-encoding"] = "Content-Transfer-Encoding", |
35 | ["content-type"] = "Content-Type", | 35 | ["content-type"] = "Content-Type", |
36 | ["cookie"] = "Cookie", | ||
36 | ["date"] = "Date", | 37 | ["date"] = "Date", |
37 | ["diagnostic-code"] = "Diagnostic-Code", | 38 | ["diagnostic-code"] = "Diagnostic-Code", |
38 | ["dsn-gateway"] = "DSN-Gateway", | 39 | ["dsn-gateway"] = "DSN-Gateway", |