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
|
32793db72d
|
Run golangci-lint using a Github Action
|
2019-11-16 18:09:28 +01:00 |
|
Erik Dubbelboer
|
c3d82ca3a4
|
Speed up testing by running tests in parallel
|
2019-10-16 10:20:13 +02: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
|
ce9d1d2224
|
Use fasthttp.PipeConns instead of io.Pipe in StreamReader
This improves StreamReader performance by more than 2x.
|
2016-06-10 15:31:05 +03:00 |
|
Aliaksandr Valialkin
|
e1c20b5b8f
|
Test Close on NewStreamReader
|
2016-02-13 12:43:14 +02:00 |
|
Aliaksandr Valialkin
|
52999aff94
|
Added SetBodyStreamWriter for streaming response body
|
2015-12-09 16:33:07 +02:00 |
|