From 53863c43a107aa2d5933fecef20e82b8c3aa528f Mon Sep 17 00:00:00 2001 From: bzp2010 Date: Thu, 23 Oct 2025 12:20:28 +0800 Subject: [PATCH] bugfix: tcpsock getfd typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8c6edec844..eb378ac0cd 100644 --- a/README.markdown +++ b/README.markdown @@ -8156,7 +8156,7 @@ tcpsock:getfd **context:** *rewrite_by_lua*, access_by_lua*, content_by_lua*, ngx.timer.*, ssl_certificate_by_lua*, ssl_session_fetch_by_lua*, ssl_client_hello_by_lua** -Get the file describer of the current tcp socket. +Get the file descriptor of the current tcp socket. This method was first introduced in the `v0.10.29` release.