Hubert Siwik

Results 8 comments of Hubert Siwik

I can not delete this container manually. I get the same error as seen in the cluster's log: ``` ERRO[0012] docker failed to remove the container 'k3d-buildsignerworker-63-server-0': Error response from...

@iwilltry42 I hope this repository will be enough: https://github.com/huberts90/go-k3d-nfs/tree/main/k8s

Hi Loïc, is this issue released in any version? I am facing the issue, where uploading big files ends crash: ``` 2023-02-21T08:00:23.216675Z trace envoy router [C147][S11823289556390547815] proxying 16384 bytes 2023-02-21T08:00:23.216678Z...

I have pulled the latest master version but it still crashes.

Yes, the stack trace pointed that I did not predict specific terminate function. I handled it but the problem lies itself lies somewhere in http2 stream that is being reset...

Thank you for you information. Is any option to turn on debug mode in cowboy to get flow similarly to e.g. https://go.dev/src/net/http/doc.go `http2debug`?

Another option might be to set the expected header to inform cowboy about length. What would be the best key? I tried with `Content-Length`, but no success.

@gberkes Could you please address requested change to complete this issue?