aboutsummaryrefslogtreecommitdiff
path: root/fasthttputil/inmemory_listener.go
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Refactor golangci-lint config and remove redundant nolints (#1486)Gravatar Oleksandr Redko 1-2/+2
2022-12-07add optional simulated addresses to pipeconn and inmemorylistener (#1449)Gravatar Tobias Krischer 1-6/+43
2020-02-28feat: workflow to verify security using GoSec (#747)Gravatar RENAN.BASTOS 1-2/+2
2020-01-12Resolve code issues from goreportcard.com (#725)Gravatar Andy Pan 1-0/+1
2019-10-22fasthttputil: add errInmemoryListenerClosed (#678)Gravatar ZhangYunHao 1-4/+6
2019-02-02Make InmemoryListener.Dial return when the connection is acceptedGravatar Erik Dubbelboer 1-6/+16
2017-10-08A lot of typo fixesGravatar xPushkin 1-1/+1
2016-02-04fasthttputil: export PipeConnsGravatar Aliaksandr Valialkin 1-2/+3
2016-02-03InmemoryListener: allow multiple Write() calls without Read() callsGravatar Aliaksandr Valialkin 1-1/+2
2016-01-17Removed accidentally copy-n-pasted misleading documentation line from Inmemor...Gravatar Aliaksandr Valialkin 1-2/+0
2016-01-11Issue #36: added InmemoryListener, which may be used for writing client<->ser...Gravatar Aliaksandr Valialkin 1-0/+84