Stefan Matsson

Results 91 comments of Stefan Matsson

@edvinkuric This is related to tus2, the new protocol. It is currently being discussed on the IETF httpwg Github and won't be released until it's been standardized which can take...

Hi, Depending on your setup you might not need a lock in Redis. If each pod saves files locally the in-memory lock is sufficient given that sticky sessions work as...

That's a massive amount of work you put in! :) I'll have a look during the week and will get back to you.

Overall this looks very promising but I think it still needs some details ironed out. You have done a tremendous amount of work! As I wrote in the other issue...

Also a thought: Should we integrate with response formatting in ASP.NET Core to allow other responses than simple text/plain? 🤔

Another idea based on the above: Could we maybe not use our own controller at all but rather integrate the storage service, intent etc into a regular controller as injected...

Given how much traction "Minimal APIs" in .NET6 is gaining I think that we should pause this feature to not do to much job before we know how Minimal APIs...

Thanks for the huge amount of work you have put into this. I'm very impressed and humbled by the amount of time and effort you put in

This was way more new code than expected :D I have started looking into it but it takes some time as I'm still recovering from a man cold. Let me...

Hi @SnGmng! Hope you had a good holiday. Just wanted to let you know that in the work with tus2 (https://github.com/tus/tus-v2) I played around with using the controller pattern in...