Krixano

Results 71 comments of Krixano

Thanks for adding this. Hopefully you can finish it up so it can be merged. I was considering trying to add this a year ago but never had the time.

Thanks. Hopefully @pitr will see this so he can merge it. If not, then maybe there is a way to use your fork directly in golang somehow? Or I could...

I assume the client certs work the same way with a titan route as they do with a gemini one, by just using the default gig client cert function (`c.Certificate`),...

It looks like your implementation of `gig.TitanRedirect` will use `StatusPermanentFailure` for a titan error, so that question is answered :)

One more thing to consider is some form of timeout (from start of upload, or timeout between received bytes) on upload. I'm not sure if this is already a thing...

Cool, thanks!! Btw, I switched to your titan branch for gemini://auragem.space, and looks like it is working well so far. Haven't had any significant problems yet.

One more thing I wanted to make sure was that if the mime parameter was not provided, then the spec says to default to "text/gemini".

Yeah, that could work. I'll see if I can make a PR either today or tomorrow. Thanks!

I did the query in the terminal sql tool (isql-fb) and it was *very* quick as well, on first run and subsequent runs. The preparing of the query should be...

Oh, also, flamerobin shows the prepare happened in .013 seconds, and the execute happens in .400 seconds.