From e65230b677ca2fde1e2a418ac57ee1ff0144f757 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Thu, 10 Mar 2016 09:44:48 +0000 Subject: [PATCH] Down with RFC 2616 --- docs/asgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index c7dbcd8..17cdd83 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -456,7 +456,7 @@ Keys: * ``headers``: Dict of ``{name: value}``, where ``name`` is the lowercased HTTP header name as unicode string and ``value`` is the header value as a byte string. If multiple headers with the same name are received, they should - be concatenated into a single header as per RFC 2616. Header names containing + be concatenated into a single header as per RFC 7230. Header names containing underscores should be discarded by the server. Optional, defaults to ``{}``. * ``body``: Body of the request, as a byte string. Optional, defaults to ``""``.