Overview
Artifact ID: | e64442b769b22ecc8b0ac3441fa46d1905de6523 |
---|---|
Ticket: | bfb8427cdd5b601486d532c378fba652d52af037
Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. |
User & Date: | anonymous 2009-10-11 21:22:27 |
Changes
- Appended to comment:
<hr><i>anonymous claiming to be Dmitry Chestnykh added on 2009-10-11 21:22:27:</i><br> Perhaps, something like this would do: <verbatim> --- src/http.c +++ src/http.c @@ -235,7 +235,7 @@ /* ** Jump to here if an error is seen. */ write_err: transport_close(); - return; + fossil_panic("bad server response"); } </verbatim>