ssbc / go-ssb-room

Room server implemented in Go
MIT License
185 stars 36 forks source link

Double requestSolution sent for Firefox Focus (Android) #178

Open staltz opened 3 years ago

staltz commented 3 years ago

Similar to https://github.com/ssb-ngi-pointer/go-ssb-room/issues/170 but sign-in succeeds, it's just odd or undesirable that there would be two calls to requestSolution.

On Chrome Android and normal Firefox Android, only one requestSolution is called.

cryptix commented 3 years ago

I have a hunch Firefox Focus might be doing a HEAD request first, which might be handled like a GET.