On Fri, Jan 14, 2011 at 12:22:51PM +0100, Kulcsár Ferenc wrote:
> Hello,
> 
> I'm trying to get fossil setup on a Linux box with Bauk webserver. It's
> partly successful. I can point to my repo and administer it. The checkout
> is failing:
> 
> $ fossil clone http://archlap.aneder.hu/fossil/proba1 proba1.fossil
> --httptrace
>                 Bytes      Cards  Artifacts     Deltas
> Sent:              53          1          0          0
> fossil: server did not reply

There are at least two issues with the behavior of the server. First, it
is adding "Accept-Ranges", even though the CGI didn't say so. As the
original request is a POST, this is just a bug in the server. Second and
more important, it seems to drop the content-length header from the cgi
output.

Joerg
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to