Aleks

Results 119 comments of Aleks
trafficstars

There is a `staticDir` in the https://fresh.deno.dev/docs/concepts/server-configuration and this document https://fresh.deno.dev/docs/concepts/static-files maybe it solves your issue.

that's it ```shell $ cat /data/haproxy/etc/dataplaneapi.yaml config_version: 2 name: craftcms-hap-debug mode: single status: "" dataplaneapi: advertised: api_address: "" api_port: 0 haproxy: reload: reload_strategy: custom ```

Maybe there is another issue and the message above hides the original problem. As OpenShift restricts the Pod run environment could the socket call fail. https://github.com/haproxytech/client-native/blob/e914b0d0f77265cc83cb61eea069dea75c38a706/runtime/runtime_single_client.go#L209-L223 Which, I think, is...

@mjuraga thanks for the tip. I will try to fix it with a PR

I have now fixed the `sockpair@` bug with this code. ```golang ... // Override options with env variables if os.Getenv("HAPROXY_MWORKER") == "1" { mWorker = true masterRuntime := os.Getenv("HAPROXY_MASTER_CLI") if...

Any chance to merge the PR https://github.com/haproxytech/dataplaneapi/pull/330 ?

Let me add some feature request for the redesign phase. It would be very helpful to be able to scan the body of a request via SPOE. Such a request...

Well I don't agree with that statement. > I know it can sound a bit sad but let's be honest, it has had very very little traction over the last...

> What is a total pain is to stream the data before header processing, hence before a routing decision is taken, and re-inject them in return and pass them to...

@sakthi-vetrivel Any Update about the status of that feature ?