about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-06-30 17:15:56 -0700
committerEric Wong <normalperson@yhbt.net>2009-06-30 17:20:13 -0700
commit20bf660a3efff9229c81b3b3a0feb6844bc27a7c (patch)
tree004553b916743a54361ba8ca4716d6b63d5cd73e /TODO
parentf01c1d4071e8ce30aa6806fd3cd8eec7491bf06c (diff)
downloadunicorn-20bf660a3efff9229c81b3b3a0feb6844bc27a7c.tar.gz
Support for the "Trailer:" header and associated Trailer
lines should be reasonably well supported now
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 65b3328..7e36cc2 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-* "Trailers:" support with TE:chunked requests
-
 * Support HTTP/1.1 keepalive if (and probably only if) pipelining.
   We can do this by testing readability of socket immediately after
   the response is written.