Alexey Zagarin
Alexey Zagarin
@lavv17 I stumbled upon this with SFTP protocol, and wonder if there is a way to work around it. There is some weird SFTP server implementation from Infosys that exists....
Idk, I don't use plain FTP. Might be the same if an FTP server reports wrong file sizes.
Turned out Android suffers from same issues. I added another PR #91 to fix them.
@2f-concept could you please clarify on how to configure samsung devices to use google speech api, please?
Yes, I have nginx in front, but how this might break things? Everything else is working.
@MegaDrive68k I'm seeing this in production, and I'm using headers authentication (if it matters) like this: ``` location / { proxy_pass http://localhost:4440; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Roles $x_forwarded_roles; } ```...
@fdevans That was the first thing I checked. There's no trailing slash.
@fdevans Yes, this option is set to `true` in my setup.
I was also hit by this bug. Tried different options but nothing helps. Any ideas?
You might want to use `socat` as a workaround to [expose the UNIX domain socket over TCP](https://serverfault.com/questions/517906/how-to-expose-a-unix-domain-socket-directly-over-tcp).