From 4e7cab9f1727eccd90780d1ceb14948e0ace36a6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Jul 2015 22:03:53 +0000 Subject: doc: remove references to old servers They'll continue to be maintained, but we're no longer advertising them. Also, favor lowercase "unicorn" while we're at it since that matches the executable and gem name to avoid unnecessary escaping for RDoc. --- ext/unicorn_http/unicorn_http.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/unicorn_http/unicorn_http.rl b/ext/unicorn_http/unicorn_http.rl index a5f069d..046ccb5 100644 --- a/ext/unicorn_http/unicorn_http.rl +++ b/ext/unicorn_http/unicorn_http.rl @@ -38,7 +38,7 @@ static VALUE set_maxhdrlen(VALUE self, VALUE len) return UINT2NUM(MAX_HEADER_LEN = NUM2UINT(len)); } -/* keep this small for Rainbows! since every client has one */ +/* keep this small for other servers (e.g. yahns) since every client has one */ struct http_parser { int cs; /* Ragel internal state */ unsigned int flags; -- cgit v1.2.3-24-ge0c7