matrix-org / gomatrixserverlib

Go library for matrix federation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix URL encoding/decoding on /backfill requests

babolivier opened this issue · comments

Currently we're doing some kind of weird dance in which we're encoding some part of the URL twice, which makes it impossible to decode on the receiving end.

Can you xref with some code please?

I haven't seen this be an issue in practice, closing.