Bug in HttpRequest
Monkey Forums/Monkey Bug Reports/Bug in HttpRequest
| ||
httprequest.monkey around line 187Method Finish:Void() _sock.Close If _response _responseText = _response.Join("")'used to be ~n, nope we should not add content to the response! _onComplete.OnHttpRequestComplete Self End The code should be this, currently you are adding in extra "~n" characters. |
| ||
Oops, that was for testing! |