if I use the unbuffered output option like this:
cgi /cgi-bin/trace.cgi /usr/lib/cgi-bin/trace.cgi {
unbuffered_output
}
I see this message in my error log:
Cannot write response without buffer.
apparently the current caddy version does not implement the Flusher interface.
if I use the unbuffered output option like this:
I see this message in my error log:
apparently the current caddy version does not implement the Flusher interface.