public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
keep-alive != pipelining
macournoyer (author)
Sun Feb 24 19:03:51 -0800 2008
commit  04664f6b7c51c1b3be2a2b7f8ce9036a09d25b45
tree    3463339d2475324c06a351790b4e13c409ed3340
parent  a3ff2e5c7570557b4c5da1a992847d566a6d6f96
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@
0
  * --debug (-D) option no longer set $DEBUG so logging will be less verbose
0
    and Ruby won't be too strict, fixes #36.
0
  * Deprecate Server#silent in favour of Logging.silent.
0
- * Persistent connection (keep-alive) & HTTP pipelining support.
0
+ * Persistent connection (keep-alive) support.
0
  * Fix -s option not being included in generated config file, fixes #37.
0
  * Add Swiftiply support. Use w/ the --swiftiply (-y) option in the thin script,
0
    closes #28 [Alex MacCaw]

Comments

    No one has commented yet.