Hey everyone,
I have a problem with the connection not closing
after serving the answer of a cgi script.
This happens with both the provided "ls.cgi" and with cgit.
It results in curl waiting forever and firefox showing a loading icon forever,
even though in both cases the page displays properly.
This is the script I use to start the server:
s6-tcpserver -1 -U -- ${IPV4} 80
tipideed
This is my /etc/tipidee.conf:
index-file index.cgi index.html
domain address/git
cgi /cgit.cgi
cgi /ls.cgi
Here is the relevant stack trace when using cgit:
https://pastebin.com/H6eZ1JZF
The domain has been changed to "address" everywhere.
Did I make a configuration mistake somewhere?
Or is this a bug in tipideed?
Best regards,
Paul
P.S.: "log debug" in /etc/tipidee.conf seems not to work.
Received on Mon Jan 05 2026 - 21:31:35 CET