diff options
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 74fd51d..c63a69d 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1128,9 +1128,9 @@ "GET " + path + " HTTP/1.1", "Host: " + host, params.join("\n"), + "", "" ].join("\n"); - get += "\n\n"; sos.write(get, get.length); |