|
@@ -134,7 +134,6 @@ class LuaHTTPS {
|
|
// Set post data
|
|
// Set post data
|
|
if (postData != null && canSendData()) {
|
|
if (postData != null && canSendData()) {
|
|
connection.setDoOutput(true);
|
|
connection.setDoOutput(true);
|
|
- connection.setChunkedStreamingMode(0);
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
OutputStream out = connection.getOutputStream();
|
|
OutputStream out = connection.getOutputStream();
|