Squid causing websocket issues
Posted
by
Kvad
on Server Fault
See other posts from Server Fault
or by Kvad
Published on 2012-06-13T02:12:19Z
Indexed on
2012/06/13
4:41 UTC
Read the original article
Hit count: 725
I am running squid 2.x. When trying to use websockets in my web application I get the following in my squid logs
13/Jun/2012:10:05:08 +1000 558 192.168.19.76 TCP_MISS/100 199 POST http://api.pusherapp.com/apps/21932/channels/2830b5dd-e75b-4788-ae4a-6da903460d22/events? - DIRECT/107.22.252.43 -
TCP_MISS/100 indicates that the service is returning the wrong thing from what I can see.
What can I do to fix this?
© Server Fault or respective owner