getResponceBodyAsStream warning

Hi

Ref; code from " Professional XMPP Programming with JavaScript and jQuery" with modified hello.html: Cho3 L7 - 12

<script src='http://130.240.231.176:8081/JQuery/jquery-1.3.2.js'></script>

<script src='http://130.240.231.176:8081/JQuery/jquery-ui.js'></script>

OpenFire vers 4.1.4. and geting this warning in the log.
´"2017.06.22 21:37:38 WARN [Update Manager]: org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.

Seems to send the JID with pwd and then the execution seems to halt and the debugger ( chrome . Consol ) oututs Post http://130.240.202.137:7443/http-bind net. :: ERR_EMPTY_RESPONCE strope.js:2617

PS:using port 7443 ( The port used for secure HTTP client connection ).

Should I turn to port 7070? ( The port used for unsecure HTTP client connection. ).

Any tips on where to look / modify.

BG

Sven-Erik Tiberg

Ops changed to port 7070 for request to server and it seems to run now. nock nock.