-
How to know a connection is closed or not.
-
### Your question
https://github.com/mosn/mosn/blob/v0.22.0/pkg/stream/http/stream_test.go#L56
```
{
"/home/sa%6dple",
"/home/sample%20",
"/home/sa%256dple",
},
```
有点不太明白path应该是pathOri …
-
The implementation of contrib/valyala/fasthttp.v1 WrapHandler has a memory leak issue. We use this in our production system and it cause memory leak. After profiling and review the code we found the i…
-
hi i got a problem when i use fasthttp do req. Is there any possible problem cause this issue?
-
The [net.Buffers](https://pkg.go.dev/net#Buffers) internally uses [writev](https://en.wikipedia.org/wiki/Vectored_I/O) syscall so we can write multiple chunks without concatenation in buffer.
This si…
-
See title.
At the time of writing the last activity in this repo is >2 years ago.
If the repo is no longer maintained; it would be good to add a note in the README and point to alternatives.
…
-
## Feature Request
(This is mostly a thought-experiment based on https://github.com/nats-io/nats-server/discussions/2229#discussioncomment-1925325 so please take it with a grain of salt - there mi…
-
panic: send on closed channel
goroutine 57799 [running]:
github.com/dgrr/http2.(*Ctx).resolve(0x40f3b6, {0xcc4820, 0xc00008a070})
/root/gopath/pkg/mod/github.com/dgrr/http2@v0.3.4/client.…
-
it looks like go's `io.CopyBuffer` always uses the `WriterTo` interface if it's available, much like `copyZeroAlloc`
however, `File` and `TCPConn` unfortunately have a fallback in their `WriterTo` …
-
Hi
I have followed the examples and defined a router like this:
router.GET("/customer/account/detail/:accountId", myHandler.customerAccountDetailHandler)
And call to my service as http://loca…