pj
|
6fcfcb1ac0
|
export ErrConnectionClosed (#2152)
|
2026-03-04 08:40:34 +09:00 |
|
Erik Dubbelboer
|
c2b317d47d
|
Go 1.26 and golangci-lint updates (#2146)
Keep Go 1.24 compatibility for now (by not using `wg.Go()`).
|
2026-02-21 10:28:39 +01:00 |
|
Tobias Krischer
|
951f5a154c
|
add optional simulated addresses to pipeconn and inmemorylistener (#1449)
* add optional simulated addresses to pipeconn and inmemorylistener
* add mutexes to addresses of pipeConn and InmemoryListener
|
2022-12-07 13:31:42 +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 |
|
Erik Dubbelboer
|
7a5afddf5b
|
Use %v for errors and %q for strings (#1262)
Mostly in tests.
|
2022-04-01 18:11:16 +02:00 |
|
Erik Dubbelboer
|
e9db537178
|
Use %w to wrap errors (#1175)
|
2021-12-13 09:41:34 +01:00 |
|
Erik Dubbelboer
|
9f2c63676d
|
Lower go test time
|
2021-06-18 14:57:18 +02:00 |
|
Erik Dubbelboer
|
cc9db3ab20
|
Try TravisCI Windows (#828)
* Try TravisCI Windows
* prefork is supported on windows with Reuseport=true
* Bit longer timeouts for tests
|
2020-06-06 15:57:38 +02:00 |
|
Aliaksandr Valialkin
|
31a397777b
|
fasthttputil.PipeConns: add read/write deadline support
|
2016-09-26 18:09:21 +03:00 |
|
Aliaksandr Valialkin
|
80af8b2b97
|
Simplified PipeConns - now they properly handle the case when reader side is closed
|
2016-06-10 19:56:11 +03:00 |
|
Aliaksandr Valialkin
|
7c6a3278ad
|
Improved testPipeConnsCloseWhileReadWrite
|
2016-06-10 18:24:42 +03:00 |
|
Aliaksandr Valialkin
|
2a92d3c96e
|
Reduced concurrency and increased wait time in TestPipeConnsCloseWhileReadWriteConcurrent, so it may pass on slow CPUs and/or with -race flag
|
2016-03-01 13:57:24 +02:00 |
|
Aliaksandr Valialkin
|
1e8901b798
|
fasthttputil: added concurrent test for closing PipeConns while reading/writing from it
|
2016-03-01 13:53:57 +02:00 |
|
Aliaksandr Valialkin
|
69793f7224
|
Fixed data races in PipeConns
|
2016-03-01 02:03:26 +02:00 |
|
Aliaksandr Valialkin
|
6723a2a0fc
|
fasthttputil: renamed files: pipe -> pipeconns
|
2016-02-05 16:41:32 +02:00 |
|