From f1c341e2acef4a45f0a9290546e045583a4feec2 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sun, 12 Jul 2015 08:52:59 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e12e2fb..37f2148 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,10 @@ Basic idea is that SSL was made to protect itself from traffic interception. The More can be find here: https://github.com/buger/gor/issues/85 +# Is there a limit for size of HTTP request when using output-http? +Due to the fact that Gor can't guarantee interception of all packets, for large payloads > 200kb there is chance of missing some packets and corrupting body. Treat it as a feature and chance to test broken bodies handling :) +The only way to guarantee delivery is using `--input-http`, but you will miss some features. + ### I'm getting 'too many open files' error Typical linux shell has a small open files soft limit at 1024. You can easily raise that when you do this before starting your gor replay process: @@ -397,4 +401,4 @@ To achieve the top most performance you should tune the source server system lim * [3SCALE](http://www.3scale.net/) * [Optionlab](http://www.opinionlab.com) * [TubeMogul] (http://tubemogul.com) -* To add your company drop me a line to github.com/buger or leonsbox@gmail.com \ No newline at end of file +* To add your company drop me a line to github.com/buger or leonsbox@gmail.com