From: Tim Panton <tim@pi.pe>
To: Juliusz Chroboczek <jch@irif.fr>
Cc: galene@lists.galene.org
Subject: [Galene] Re: WHIP problems...
Date: Wed, 21 Feb 2024 17:02:17 +0000 [thread overview]
Message-ID: <F34C2D98-6877-4C26-A7FE-94888E5C9629@pi.pe> (raw)
In-Reply-To: <87bk89st4j.wl-jch@irif.fr>
I’ve narrowed it down to this:
pth, kind, pthid := splitPath(r.URL.Path)
- if kind != ".whip" || pthid != "/" {
+ if kind != ".whip” {
I _think_ the test for a url ending in “/“ is wrong for .whip
T.
> On 21 Feb 2024, at 16:02, Juliusz Chroboczek <jch@irif.fr> wrote:
>
>>>>> POST https://pipe.nu/group/hunt/.whip net::ERR_ABORTED 500 (Internal Server Error)
>
>> Which figures - I think it is a service worker issue on my side.
>
> It looks to me like you got a 500 error from the server. Of which there
> are quite a few in the WHIP code, not all of which log an error.
>
> $ grep -c InternalServerError webserver/whip.go
> 7
>
> So while it might be a violation of the protocol in your code, it
> shouldn't result in a 500.
>
> -- Juliusz
next prev parent reply other threads:[~2024-02-21 17:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 9:21 [Galene] " Tim Panton
2024-02-21 10:12 ` [Galene] " Juliusz Chroboczek
2024-02-21 10:23 ` Tim Panton
2024-02-21 11:49 ` Tim Panton
2024-02-21 12:09 ` Juliusz Chroboczek
2024-02-21 12:51 ` Tim Panton
2024-02-21 14:15 ` Tim Panton
2024-02-21 16:02 ` Juliusz Chroboczek
2024-02-21 17:02 ` Tim Panton [this message]
2024-02-22 22:33 ` Juliusz Chroboczek
2024-02-21 10:26 ` Dave Taht
2024-02-21 11:25 ` [Galene] Latency and jitter [was: WHIP problems...] Juliusz Chroboczek
2024-02-21 11:46 ` [Galene] " Tim Panton
2024-02-21 12:11 ` Juliusz Chroboczek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F34C2D98-6877-4C26-A7FE-94888E5C9629@pi.pe \
--to=tim@pi.pe \
--cc=galene@lists.galene.org \
--cc=jch@irif.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox