]> git.ipfire.org Git - thirdparty/tornado.git/commit
httputil: Restore the host argument to HTTPServerRequest 3519/head
authorBen Darnell <ben@bendarnell.com>
Thu, 3 Jul 2025 21:40:55 +0000 (17:40 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 3 Jul 2025 21:40:55 +0000 (17:40 -0400)
commit30c4f4ed708e49fea78d8b02cbc0369a30372254
treed997161ed0877bb99137630df2a3e628e12aeb89
parenta800ee41055c2ed1438275cecadd1f45857f6b2c
httputil: Restore the host argument to HTTPServerRequest

This argument was mistakenly removed in Tornado 6.5.0 with no warning;
it is now back but deprecated. The host header should be used instead.

Updates #3468
tornado/httputil.py