about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--TODO4
2 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index e289e11..da18de3 100644
--- a/README
+++ b/README
@@ -5,8 +5,6 @@ kcar features an HTTP parser that will convert a bytestream into a
 agnostic, so it may be used with HTTP streams over Unix domain sockets,
 regular files, FIFOs, StringIOs as well as traditional TCP sockets.
 
-A drop-in, Net::HTTP-compatible interface is planned.
-
 == Features
 
 * RFC2616-compliant Ragel+C parser adapted from Unicorn and Mongrel
diff --git a/TODO b/TODO
index 98e4116..8166e92 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,2 @@
 Patches to kcar@librelist.com (via git format-patch + git send-email) for
 these would be greatly appreciated
-
-* optional drop-in monkey patch for Net::HTTP
-* optional EventMachine support
-* optional Rev support