13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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.
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
the ipaddr.
|
>
>
>
>
>
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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.
* Bug: pull is ending prematurely.
* Bug: Make sure merge and other commands (check-out) do not try
to use a phantom.
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
the ipaddr.
|