From c61bba5d74aed5212091bd117867d9f91c7a995d Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sat, 1 Jun 2013 18:18:18 +0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3694afb..18c4146 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,11 @@ Listener works by sniffing traffic from given port. Its accessible only using su ### Do you support all http request types? Right now it support only "GET" requests. + +## TODO + +Use buffering for request throttling instead of simple rate limiting. + +Better stats + +Optimize for load testing cases