💾 Archived View for bbs.geminispace.org › u › mbays › 18740 captured on 2024-08-19 at 01:01:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-31)

-=-=-=-=-=-=-

Comment by 🚀 mbays

Re: "Titan implementation woes: reading early response"

In: s/Gemini

@Addison Thanks. Sending everything in one go does seem to be how the protocol is meant to be implemented (though maybe a short pause before sending the body could make sense). I tried to see how exactly your Opal library is doing it, but it seems the details are hidden in .NET libraries which I don't really want to look into.

🚀 mbays [OP]

Jul 21 · 4 weeks ago

Original Post

🌒 s/Gemini

Titan implementation woes: reading early response — I'm having problems implementing the client side of the Titan protocol, and I wonder if someone here could help me. We send the URI, then the server either immediately sends a response (normally indicating an error) or waits for us to send the body data before responding. But how do we reliably receive such an early response? It seems we have to start sending, but simultaneously be ready to read a response whenever it might come. I'm pretty...

💬 mbays · 4 comments · Jul 20 · 4 weeks ago