Check-in [8df950d14a]
Not logged in
Overview

SHA1 Hash:8df950d14af23262fd690d2a2b41d499d1cc7338
Date: 2007-08-01 02:27:11
User: drh
Comment:Add a bug observation to the todo list.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified todo.txt from [1fb1b9c597] to [20f337ccce].

@@ -10,10 +10,15 @@
     It needs to return a helpful error.
 
  *  If the server returns an error (for example if the outbound /xfer
     message exceeds the maximum POST size of the server) the client
     does not report this error back to the user as it should.
+
+ *  Bug: If the server closes the socket unexpectedly, the
+    fwrite() in http.c:103 throws a signal and kills the child
+    process.  fwrite() is not suppose to do this.  Need to figure
+    out what is going wrong.
 
  *  When constructing a new manifest (see the commit_cmd function
     in checkin.c, near line 303) make an attempt to PGP clearsign
     the manifest before checking it in.  There will need to be
     configuration parameters for the PGP (or more likely GPG)