fix superfluous \r\n after body

Fork of mbed-http by sandbox

Revision:
20:0e63d6a93c02
Parent:
15:ffc77f212382
--- a/source/https_request.h	Mon Sep 04 16:52:46 2017 +0100
+++ b/source/https_request.h	Sat Nov 18 14:03:26 2017 +0100
@@ -28,6 +28,10 @@
 #include "http_parsed_url.h"
 #include "tls_socket.h"
 
+#ifndef HTTP_RECEIVE_BUFFER_SIZE
+#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024
+#endif
+
 /**
  * \brief HttpsRequest implements the logic for interacting with HTTPS servers.
  */