clean up keep-alive stuff
commit5fb8170d45ed424e73c51ad58874c99beb2ced76
authorRyan Dahl <ry@lakshmi.local>
Mon, 24 Mar 2008 10:31:11 +0000 (24 11:31 +0100)
committerRyan Dahl <ry@lakshmi.local>
Mon, 24 Mar 2008 10:31:11 +0000 (24 11:31 +0100)
tree765213088e88a891eb0b1eda3b6cb31486da92e4
parent0067b531f823399b43fd6d828b226eadb23a3dd3
clean up keep-alive stuff

ebb will keep the connection alive if
ebb_client_write_header(client, "Connection", "Keep-Alive")
is executed. This gives control to the Ebb library user to decide when to
use the feature. ebb.rb was updated to reflect this.
benchmark/application.rb
ruby_lib/ebb.rb
src/ebb.c
src/ebb.h
src/ebb_ruby.c