Bug in HttpRequest
Monkey Forums/Monkey Bug Reports/Bug in HttpRequest| 
 | ||
| httprequest.monkey around line 187 	Method 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
	EndThe code should be this, currently you are adding in extra "~n" characters. | 
| 
 | ||
| Oops, that was for testing! |