Patches: Browse | Submit New | Admin
The attached patch modifies http.rb and server.rb. It gets rid of the TCPSocket mixin by making HttpSocket an actual class which is a wrapper for a socket. server.rb is modified to make use of it.
Add A Comment: