upgrade to latest thin

This commit is contained in:
Josh Hull 2011-04-01 11:20:08 -07:00
parent 70332b54a6
commit 8f373de3da
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ run HttpRouter.new {
# => Content-Type: image/vnd.microsoft.icon
# => Content-Length: 1150
# => Connection: keep-alive
# => Server: thin 1.2.7 codename No Hup
# => Server: thin 1.2.8 codename Black Keys
#
# $ curl -I http://localhost:3000/images/cat1.jpg
# => HTTP/1.1 200 OK
@ -23,4 +23,4 @@ run HttpRouter.new {
# => Content-Type: image/jpeg
# => Content-Length: 29817
# => Connection: keep-alive
# => Server: thin 1.2.7 codename No Hup
# => Server: thin 1.2.8 codename Black Keys