-
When migrated from httprouter to api form, it fails on device blacklst request.
-
got error message when access `/classic/status` page.
```
Error running handler: goroutine 2173 [running]:
runtime/debug.Stack(0xc00064af50, 0x25958a0, 0x421e490)
/usr/local/go/src/runtime/debug/…
-
We currently use these Gorilla features:
1. `mux` (routing)
* Might well be replaced by standard library's serve mux or [httprouter](https://github.com/julienschmidt/httprouter)
2. `schema` (form…
muety updated
3 years ago
-
**Describe the bug**
When linking a new OIDC provider from user settings, I get the following error from Kratos:
`..."error":{"debug":"","message":"request does not have a valid authentication s…
zikes updated
3 years ago
-
consider using https://upx.github.io/ (or something else) for binary compression
-
# Required information
* Distribution: Linux Mint v20
* Distribution version: v20
* The output of "lxc info" or if that fails:
* Kernel version:
* LXC version:
* LXD version:
…
-
### Description
Originally reported by as https://github.com/cloudfoundry/cf-for-k8s/issues/287, pushing [the spring-music sample app](https://github.com/cloudfoundry-samples/spring-music) causes O…
-
Hi,
I've noticed that when we have a POST endpoint, results (at least for `go`) decrease a lot
+ With two GET routes (`GET:/` and `GET:/user/0`), I have
| | Language | Framework | Speed (6…
-
I just ran into a cluster where `flynn-host` ran out of fds for the following reasons:
1. The scheduler wanted to terminate a job running on the host and sent a `DELETE` request to the `flynn-host` da…
-
Here's two failing examples:
```rust
use http::Method;
use httprouter::Router;
fn main() {
let mut router = Router::default();
router.get("/foo%2Fbar", "Hello");
router.get("/foo …