node.js - Multiple polling request on updating socket.io to 1.0 version (HTTP Error 400) -



node.js - Multiple polling request on updating socket.io to 1.0 version (HTTP Error 400) -

i using node.js along socket.io, working till now. after updating socket.io latest version of 1.0 next issue has come notice.

1] continuously getting error "http error 400" in new relic, unable trace why error come please help me....

2] getting multiple polling requests of type get, response comes null. when seek open url of request, next response returned: output {"code":3,"message":"bad request"}

following requests see in firebug console:

get http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592572238-0 200 ok 463ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592572811-1&sid=hcvdc05luqybnptmaccy 200 ok 241ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592573093-3&sid=hcvdc05luqybnptmaccy 200 ok 566ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592573674-4&sid=hcvdc05luqybnptmaccy 200 ok 291ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592573976-5&sid=hcvdc05luqybnptmaccy 200 ok 285ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592574273-6&sid=hcvdc05luqybnptmaccy 200 ok 289ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592574573-7&sid=hcvdc05luqybnptmaccy 200 ok 292ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592574877-8&sid=hcvdc05luqybnptmaccy 200 ok 934ms http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592575947-9&sid=hcvdc05luqybnptmaccy 200 ok 256ms post http://yourdomain.com:8080/socket.io/?eio=3&transport=polling&t=1412592575853-10&sid=hcvdc05luqybnptmaccy 200 ok 311ms

i believe useful run test see how application behaves new relic disabled. tell if these errors still appear after have disabled agent? see have contacted @ support.newrelic.com. since have given more detailed response there, sense improve place go on discussion.

the issue can found here: https://discuss.newrelic.com/t/multiple-polling-request-on-updating-socket-io-to-1-0-version-http-error-400/8783

node.js sockets socket.io newrelic

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -