-
### Question Description
# Timeout is not work in Fiber v2.42.0
> For Example
> In Code Snippet
> It should return a "request timeout" , if the handler costs more than 1000 Millisecond
> But it…
-
I think it would be interesting to see how NBIO stands compared to FastHTTP https://github.com/valyala/fasthttp in terms of memory usage and performance. Maybe we should do an effort to test that out …
-
Support for [fasthttp](https://github.com/valyala/fasthttp) will be appreciated, nice job, don't stop don't relax!
-
## Bug Report
### Description
Authelia and redis v7 do not appear to be working great together.
```authelia-5ff7d6b689-k8z6h authelia time="2022-08-15T22:33:43Z" level=trace msg="sentinel: Ge…
-
### Maintenance Task Description
Update the unit test workflows to use [gotestsum](https://github.com/gotestyourself/gotestsum) instead of vanilla go test -v.
Gotestsum is a tool that runs unit test…
-
### Question Description
I was trying to get the content length for response. I am getting 0 as the value.But when I get the response in client , I am getting content length.
I was using the metho…
-
**Describe the bug**
I'm attempting to follow the [docs on how to change the job template for a test](https://docs.testkube.io/concepts/tests/tests-creating#changing-the-default-job-template-used-for…
-
**Describe the bug**
We encountered several occurrences of the following error after upgraded from `v1.8.1` to `v1.8.4` (and still the same after downgrade back to `v1.8.1`)
On node #1:
```
INFO…
-
### Describe the bug
Locust 2.12.1
sending HTTPS DELETE command
```response=client.delete(f"/api/v3/somepath/{id}"...)```
to some web service that returns this response (HTTP 204 , no body):
…
-
### Question Description
I would like to build an API Gateway using Fiber since it had better middleware/feature support. Based on middleware list, there are some missing middleware that usually us…