X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu.hs;h=14d39543aca45b86f6796e940c1835f48652f65a;hp=4ab6bc65abd01f376a70f997705c9534db365e41;hb=41b0d69438ec76c5bd070348cf9912dc72f3ff44;hpb=a827a5e1ba744d89c5b2396bb195e344ae892306 diff --git a/Network/HTTP/Lucu.hs b/Network/HTTP/Lucu.hs index 4ab6bc6..14d3954 100644 --- a/Network/HTTP/Lucu.hs +++ b/Network/HTTP/Lucu.hs @@ -17,16 +17,16 @@ -- -- [/Logging/] Lucu doesn't log any requests from any clients. -- --- [/Client Filtering/] Lucu always accept any clients. No IP filter --- is implemented. +-- [/Client Filtering/] Lucu always accepts any clients. No IP +-- filter is implemented. -- --- [/SSL Support/] Lucu can handle HTTP only. +-- [/SSL Support/] Lucu can handle only HTTP. -- -- [/Bandwidth Limitting/] Lucu doesn't limit bandwidth it consumes. -- -- [/Protection Against Wicked Clients/] Lucu is fragile against --- wicked clients. No attacker should cause a buffer-overflow but --- can possibly DoS it. +-- wicked clients. No attacker should be able to cause a +-- buffer-overflow but can possibly DoS it. --