Aleks
Aleks
Have you tried to update to the latest 2.4 as there is a fix for http header. See http://www.haproxy.org/bugs/bugs-2.4.22.html
The SH is documented like this in https://docs.haproxy.org/2.4/configuration.html ``` SH The server aborted before sending its full HTTP response headers, or it crashed while processing the request. Since a server...
Looks like you would like to have something like `mqtt_field_set_value` similar to "GET" https://docs.haproxy.org/2.9/configuration.html#7.3.1-mqtt_field_value, right? Maybe you can contribute that feature :smile: This are the souce links of the current...
Have you tried to use `setcap cap_sys_admin` in `global` which was added in commit https://github.com/haproxy/haproxy/commit/f0b6436f57db5014eecb5ef365bf278119711e02
let me jump in and ask what's the replacement because it looks deprecated. `connInfo` ==> https://github.com/denoland/fresh/blob/main/src/server/compose.ts#L64 ===> https://github.com/denoland/fresh/blob/main/src/server/types.ts#L246-L253 ``` export type ServeHandlerInfo = { /** * Backwards compatible with std/server...
> Hmmm, that sounds like a different issue to me. I still think this original issue is "already working". Okay, then sorry for the hijacking. will create a new issue...
@marvinhagemeister agree. Is there any middleware overview for fresh? something like "awesome rust" or "awesome golang"? I will try to create such a middleware and create a new issue for...
> It seems like #1552 is what we need here. Then I will create a plugin instead of middleware.
how about to add a "awesome fresh" repo similar to this one for golang https://github.com/avelino/awesome-go
I have now created https://github.com/denoland/fresh/issues/2016 and will try to start to create such a plugin.