💾 Archived View for gemi.dev › gemini-mailing-list › 000259.gmi captured on 2024-06-16 at 12:50:43. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

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

RTT0

1. mbays (a) sdf.org (mbays (a) sdf.org)

Do any currently running servers implement RTT0, i.e. accept early data? 
It seems plenty of servers will happily resume sessions, but I haven't 
found one yet which accepts early data.

Context: I recently added session resumption and early data support to 
my client diohsc; I tried throwing together a server accepting RTT0 
using the haskell libraries, but: I'm finding that requests using RTT0 
do not obtain a new session, while the server (rightly, to avoid replay 
attacks) deletes the existing session, with the result that only one in 
two requests successfully usees RTT0. I'm not sure whether this is 
a limitation of the libraries I'm using on the server, or how I'm using 
them, or my client doing something wrong -- so having other 
implementations to test against would help!

=> gemini://gemini.thegonz.net/diohsc  client now with session resumption
=> gemini://gemini.thegonz.net/glog/200624-RREPLs.gmi  background on why 
I'm interested in RTT0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200627/5461
7f74/attachment.sig>

Link to individual message.

2. Matt Brubeck (mbrubeck (a) limpet.net)

On Sat, Jun 27, 2020 at 2:09 AM <mbays at sdf.org> wrote:
> Do any currently running servers implement RTT0, i.e. accept early data?

In this recent thread, the answer was no (as far as anyone seems to know):
gemini://gemi.dev/gemini-mailing-list/messages/001886.gmi

I'm hoping to add early data support to my own server at some point,
but I haven't had time yet.

Link to individual message.

---

Previous Thread: Illusory latency due to trailing slash redirects

Next Thread: [REQ] Element IDs in the web specification