Oleksandr Redko
9d6b470260
chore: Add missing dots at the end of comments ( #1677 )
2023-12-13 13:56:24 +08:00
Oleksandr Redko
7bd632cbde
chore: Remove redundant build constraint ( #1650 )
2023-11-08 23:18:13 +01:00
Oleksandr Redko
f84e2346ba
Rename unexported funcs, vars to match common Go ( #1488 )
...
See https://github.com/golang/go/wiki/CodeReviewComments#initialisms
and https://go.dev/doc/effective_go#mixed-caps
2023-02-10 21:34:49 +08:00
Aoang
a696949f6c
Deprecate Go 1.15 ( #1379 )
...
* 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-09-15 22:28:25 +03:00
ArminBTVS
1a5f2f40c6
Read response when client closes connection #1232 ( #1233 )
...
* 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
2022-03-14 10:53:16 +01:00
Aleksandr Razumov
7304bdd09c
explicitly skip tests for platforms that not support unix sockets ( #90 )
2016-05-05 16:39:31 +03:00
Aliaksandr Valialkin
27e5b1641e
simplified build tags in client_unix_test.go according to the comment at https://github.com/valyala/fasthttp/pull/89/files#r62045992
2016-05-04 17:26:36 +03:00
Aleksandr Razumov
0f298a7969
fix tests on unix
2016-05-04 13:22:35 +03:00