Diff
Not logged in

Differences From:

File src/http.c part of check-in [6842999f82] - Sync client uses only HTTP/1.0 in order to avoid having to support chunked encoding. by drh on 2009-10-05 14:29:51. [view]

To:

File src/http.c part of check-in [21a2a18145] - Panic on bad server responses. Ticket bfb8427cdd. by dmitry on 2009-10-11 21:31:45. [view]

@@ -236,6 +236,6 @@
   ** Jump to here if an error is seen.
   */
 write_err:
   transport_close();
-  return;
+  fossil_panic("bad server response");
 }