$ fossil http
GET /timeline
(blank line goes here)

When I run [fossil http] and type "GET /timeline" followed by a blank line, I get a good HTTP/1.0 200 response but also this failure:

fossil: ./src/blob.c:187: blob_reset: Assertion `(pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic' failed.
Aborted

The same failure occurs with an HTTP/1.1 request:

$ fossil http
GET /timeline http/1.1
Host: localhost:8080
(blank line goes here)

I'm using fossil version 1.28 [53aea235fa] 2014-04-15 09:40:49 UTC.

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
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