aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-02-09 10:29:28 +0200
committerGravatar GitHub <noreply@github.com> 2023-02-09 09:29:28 +0100
commitc0c5f9cd387c3b450ba24cbe364b44a65d9eb269 (patch)
tree3d321c0edf20a6789ef34cb494f59936ecc53caa /client.go
parentoptimized b2s function (#1483) (diff)
downloadfasthttp-c0c5f9cd387c3b450ba24cbe364b44a65d9eb269.tar.gz
fasthttp-c0c5f9cd387c3b450ba24cbe364b44a65d9eb269.tar.bz2
fasthttp-c0c5f9cd387c3b450ba24cbe364b44a65d9eb269.zip
doc,test: correct typos (#1484)
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 23bfa57..a9a86c5 100644
--- a/client.go
+++ b/client.go
@@ -811,7 +811,7 @@ type HostClient struct {
pendingRequests int32
// pendingClientRequests counts the number of requests that a Client is currently running using this HostClient.
- // It will be incremented ealier than pendingRequests and will be used by Client to see if the HostClient is still in use.
+ // It will be incremented earlier than pendingRequests and will be used by Client to see if the HostClient is still in use.
pendingClientRequests int32
connsCleanerRun bool