rubyrackpumafaye

What does mean HIJACKED in server's log?


I have Faye ruby server as rack app. I starts it with Puma. In Puma's output I see the next

127.0.0.1 - - [10/Apr/2015 15:32:37] "POST /faye HTTP/1.1" HIJACKED -1 0.0059

What does it mean and how can I avoid this? If I use Thin I have nothing like this.


Solution

  • This means that the Rack Socket Hijacking Protocol is used. Not sure why it isn't used with Thin, or maybe, Thin just doesn't log it.