From 6e28623fbe4b3dca5a81f2f780b2262d3bed03e3 Mon Sep 17 00:00:00 2001 From: Robin Redeker Date: Mon, 9 Feb 2009 01:23:44 +0100 Subject: [PATCH] added fixme note. --- lib/AnyEvent/HTTPD/HTTPConnection.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/AnyEvent/HTTPD/HTTPConnection.pm b/lib/AnyEvent/HTTPD/HTTPConnection.pm index a0f6dec..03fcbae 100644 --- a/lib/AnyEvent/HTTPD/HTTPConnection.pm +++ b/lib/AnyEvent/HTTPD/HTTPConnection.pm @@ -98,6 +98,11 @@ sub _unquote { $str } + +# FIXME: (or test if this is the case) +# 09 01:21:32 header der art +# 09 01:21:40 " xxx :bbbb" werden nicht geparsed oder? +# 09 01:21:56 also,d as istd er header xxx sub _parse_headers { my ($header) = @_; my $hdr; -- 2.11.4.GIT