codemancers / rbkit

A new profiler for Ruby. With a GUI
http://rbkit.c9s.dev/
MIT License
358 stars 11 forks source link

Send version along with handshake response #103

Closed emilsoman closed 9 years ago

gnufied commented 9 years ago

I think, we should internally have protocol version, rather than reuse Rbkit version for this. That way, Rbkit version can be independently changed as long as protocol version remains the same.

gnufied commented 9 years ago

Lets think of it like, no matter which nginx version I am running as long as it can speak http1.1 the browser can display the content.