Diff
Not logged in

Differences From:

File todo.txt part of check-in [933875bbd1] - Updates to the todo list. by drh on 2007-08-01 02:07:43. [view]

To:

File todo.txt part of check-in [8df950d14a] - Add a bug observation to the todo list. by drh on 2007-08-01 02:27:11. [view]

@@ -11,8 +11,13 @@
 
  *  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