aboutsummaryrefslogtreecommitdiff
path: root/client_unix_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13chore: Add missing dots at the end of comments (#1677)Gravatar Oleksandr Redko 1-2/+2
2023-11-08chore: Remove redundant build constraint (#1650)Gravatar Oleksandr Redko 1-1/+0
2023-02-10Rename unexported funcs, vars to match common Go (#1488)Gravatar Oleksandr Redko 1-4/+4
See https://github.com/golang/go/wiki/CodeReviewComments#initialisms and https://go.dev/doc/effective_go#mixed-caps
2022-09-15Deprecate Go 1.15 (#1379)Gravatar Aoang 1-3/+2
* Dropping support for 1.15. * Replaces Go 1.16 Deprecated functions * Update test build flag * Fix import sort and comment * Update github.com/klauspost/compress to v1.15.9 https://github.com/klauspost/compress improved performance and changed Minimum version is 1.16, this should be the final supported release for Go 1.16 (https://github.com/klauspost/compress/commit/6d0019a95afa3221f7522d1f2eed0033b5e79470) .
2022-03-14Read response when client closes connection #1232 (#1233)Gravatar ArminBTVS 1-0/+136
* Read response when client closes connection #1232 * Fix edge case were client responds with invalid header * Follow linter suggestions for tests * Changes after review * Reafactor error check after review * Handle connection reset on windows * Remove format string from test where not needed * Run connection reset tests not on Windows
2016-05-05explicitly skip tests for platforms that not support unix sockets (#90)Gravatar Aleksandr Razumov 1-44/+0
2016-05-04simplified build tags in client_unix_test.go according to the comment at ↵Gravatar Aliaksandr Valialkin 1-1/+1
https://github.com/valyala/fasthttp/pull/89/files#r62045992
2016-05-04fix tests on unixGravatar Aleksandr Razumov 1-0/+44