-
**Fiber version**
v2.5.0
**OS**
Systemversion: macOS 11.2.1 (20D74)
Kernel-Version: Darwin 20.3.0
**Issue description**
In the prefork concept, one child process is started for each cpu core…
-
CloseOnShutdown doesn't work
I have the following code
```go
package kek
import (
"fmt"
"github.com/valyala/fasthttp"
"net"
"sync"
"time"
)
func createServer() *fasthttp.Server…
-
**Searx**
Update the https://github.com/asciimoo/searx/blob/master/dockerfiles/docker-entrypoint.sh
**Morty**
* https://github.com/valyala/fasthttp/blob/master/fasthttpproxy/socks5.go
* http…
-
## Feature Request
So current behavior when attempt to reset the new password you get the below popup which is expected.
![Imgur](https://i.imgur.com/tn6RRIi.png)
I understand that we don't…
-
### Bug Description
I have a data race, when I call `*fiber.App.Shutdown()` methods and have some unprocessed requests , which handlers uses a request ctx
Snippet of data race message:
```
Pre…
-
[fiber](https://github.com/gofiber/fiber)是年初刚出的一个web框架,类似express.js的api接口。用起来蛮不错。
-
see related https://github.com/golang/go/issues/41470
$ sudo sysctl -w net.core.somaxconn=196602
net.core.somaxconn = 196602
$ uname -a
Linux alex-work 4.15.0-117-generic #118-Ubuntu SMP…
-
Senario:
```
func sseHandlerGin(c *gin.Context) {
// Set headers for Server-Sent Events
c.Header("Content-Type", "text/event-stream")
c.Header("Cache-Control", "no-cache")
c.Header("Conne…
-
i've got these panic error log.
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0xf6a2bc]
goroutin…
-