Fossil SCM
Add a bug observation to the todo list.
Commit
8df950d14af23262fd690d2a2b41d499d1cc7338
Parent
933875bbd1acb1a…
1 file changed
+5
M
todo.txt
+5
| --- todo.txt | ||
| +++ todo.txt | ||
| @@ -10,10 +10,15 @@ | ||
| 10 | 10 | It needs to return a helpful error. |
| 11 | 11 | |
| 12 | 12 | * If the server returns an error (for example if the outbound /xfer |
| 13 | 13 | message exceeds the maximum POST size of the server) the client |
| 14 | 14 | does not report this error back to the user as it should. |
| 15 | + | |
| 16 | + * Bug: If the server closes the socket unexpectedly, the | |
| 17 | + fwrite() in http.c:103 throws a signal and kills the child | |
| 18 | + process. fwrite() is not suppose to do this. Need to figure | |
| 19 | + out what is going wrong. | |
| 15 | 20 | |
| 16 | 21 | * When constructing a new manifest (see the commit_cmd function |
| 17 | 22 | in checkin.c, near line 303) make an attempt to PGP clearsign |
| 18 | 23 | the manifest before checking it in. There will need to be |
| 19 | 24 | configuration parameters for the PGP (or more likely GPG) |
| 20 | 25 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -10,10 +10,15 @@ | |
| 10 | It needs to return a helpful error. |
| 11 | |
| 12 | * If the server returns an error (for example if the outbound /xfer |
| 13 | message exceeds the maximum POST size of the server) the client |
| 14 | does not report this error back to the user as it should. |
| 15 | |
| 16 | * When constructing a new manifest (see the commit_cmd function |
| 17 | in checkin.c, near line 303) make an attempt to PGP clearsign |
| 18 | the manifest before checking it in. There will need to be |
| 19 | configuration parameters for the PGP (or more likely GPG) |
| 20 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -10,10 +10,15 @@ | |
| 10 | It needs to return a helpful error. |
| 11 | |
| 12 | * If the server returns an error (for example if the outbound /xfer |
| 13 | message exceeds the maximum POST size of the server) the client |
| 14 | does not report this error back to the user as it should. |
| 15 | |
| 16 | * Bug: If the server closes the socket unexpectedly, the |
| 17 | fwrite() in http.c:103 throws a signal and kills the child |
| 18 | process. fwrite() is not suppose to do this. Need to figure |
| 19 | out what is going wrong. |
| 20 | |
| 21 | * When constructing a new manifest (see the commit_cmd function |
| 22 | in checkin.c, near line 303) make an attempt to PGP clearsign |
| 23 | the manifest before checking it in. There will need to be |
| 24 | configuration parameters for the PGP (or more likely GPG) |
| 25 |