-
## Description
I want to be able to have a fileserver providing my JS files & my api on the same router
## How to reproduce
```
package main
import (
"github.com/gin-gonic/gin"
)
fu…
-
**Describe the bug**
Trying to access the omnibus Web GUI results in a perpetual loading state.
**Additional Info**
This instance of scrutiny has been working for more than a few years already. P…
-
## Description
When unit testing a HTTP redirect, the result will always be a panic.
## How to reproduce
```
package main
import (
"github.com/gin-gonic/gin"
)
func Something(c *gin.Con…
-
http: panic serving 10.13.207.251:25692: %!v(PANIC=Error method: runtime error: invalid memory address or nil pointer dereference) goroutine 1547630481 [running]: net/http.(*conn).serve.func1()
`…
Yii18 updated
2 years ago
-
(The purpose of this report is to alert `requilence/integram` to the possible problems when `requilence/integram` try to upgrade the following dependencies)
## An error will happen when upgrading l…
-
I use a rstp stream convert to webrtc,and get this error:
```
2022/07/09 14:23:13 [Recovery] 2022/07/09 - 14:23:13 panic recovered:
runtime error: index out of range [0] with length 0
/usr/loc…
-
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…
-
After upgrading from `v1.1.2` to `v1.6.2`, I sometimes see 500 which is caused by the following error:
```
2020/04/23 06:04:36 [Recovery] 2020/04/23 - 06:04:36 panic recovered:
http2: stream clos…
mkfsn updated
2 years ago
-
With edgex release 'edinburgh', after the click of device control button/icon, the app crashed.
2019/12/17 06:17:46 [Recovery] 2019/12/17 - 06:17:46 panic recovered:
POST /api HTTP/1.1
Host: 192.…
-
There seems to be a bug if the API spec contains more than one API's with colon in the API Path, it always return the response of 1st API.
I have put an example in this repo here: https://github.com…