Bug in HttpRequest

Monkey Forums/Monkey Bug Reports/Bug in HttpRequest

Skn3(Posted 2014) [#1]
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
	End


The code should be this, currently you are adding in extra "~n" characters.


marksibly(Posted 2014) [#2]
Oops, that was for testing!