From a5f2d2fd6d21e1896e13bbe41660757b4231afac Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sun, 12 Jul 2015 08:53:59 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f2148..7f37f9d 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ 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? +### 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.