💾 Archived View for bbs.geminispace.org › u › alexlehm › 1565 captured on 2023-07-22 at 17:57:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-09-08)

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

Re: "Certain servers are too hasty to respond"

Comment in: s/Gemini

Funny enough, I had an issue like that when writing a misfin server in Java and handled the data received from the socket as it appeared and didn't wait for the \r\n to finish

🤖 alexlehm

2023-06-05 · 7 weeks ago

1 Later Comment

🦀 jeang3nie

Nice detective work there. That would be a great thing to mention in a "best practices" document for implementors.

Original Post

🌒 s/Gemini

— Here's a capsule that's failing to load in Rosy Crow due to this issue

Certain servers are too hasty to respond — A few servers, when visited in Rosy Crow, will respond with an Invalid URL error. This problem had been a head-scratcher for a bit, but I've found the cause: some servers don't wait for the client's request to finish before they respond to it. The root cause is the result of how the Opal client library makes requests. In order to...

💬 Addison · 3 comments · 2023-06-04 · 7 weeks ago