Ririsoft
Ririsoft
work in progress : #77
Hello, My first post here. I have just switched from Apache to Caddy and would like to congratulate every one for the amazing job. I am reaching to this issue...
I do not get your concern @mholt , sorry. The filename is known : see https://github.com/caddyserver/caddy/blob/master/modules/logging/filewriter.go#L102. As [@pascalgn mentioned above](https://github.com/caddyserver/caddy/issues/6295#issue-2277258251) Lumberjack reuses the same permissions if the file already exists:...
Sure, I will try to test that when time permit
Ok so I just tested it (it was so easy to onboard with caddy development I could not resist) and it works as expected. I will submit a PR soon.
I am serving big files (movies) with tide and get a lot of errors due to cancellation of the video playing on client side. I am wondering wether this should...
Hi @jbr , Thank you for your time on this. > On further examination, how is this a panic? The current code uses a `?` to return an Err, which...
> > > This seems more complex than "only ascii utf8 allowed in headers" — https://www.rfc-editor.org/rfc/rfc8187.html From my understanding, I may be wrong, RFC8187 introduce the possibility to add UTF-8...
I am not using http-rs anymore and I am thus not interested in working on this PR further.
Hello @yoshuawuyts , I have implemented a basic HTTP Range support (no multipart support) for a private project of mine using http-rs/tide. I have implemented a `serve_content` function, taking inspiration...