- Notifications
You must be signed in to change notification settings - Fork28
Commitc77d066
committed
Add some code to ensure that we don't lose communication sync due to
an oversize message, per suggestion from Oliver Jowett. I'm a bitdubious that this is a real problem, since the client likely doesn'thave any more space available than the server, but it's not hard tomake it behave according to the protocol intention.1 parent6e53f18 commitc77d066
1 file changed
+52
-5
lines changedLines changed: 52 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
780 | 810 |
| |
781 | 811 |
| |
782 | 812 |
| |
| |||
867 | 897 |
| |
868 | 898 |
| |
869 | 899 |
| |
870 |
| - | |
871 | 900 |
| |
872 |
| - | |
| 901 | + | |
873 | 902 |
| |
874 | 903 |
| |
875 | 904 |
| |
| |||
878 | 907 |
| |
879 | 908 |
| |
880 | 909 |
| |
| 910 | + | |
| 911 | + | |
881 | 912 |
| |
882 | 913 |
| |
883 |
| - | |
884 |
| - | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
885 | 932 |
| |
886 | 933 |
| |
887 | 934 |
| |
|
0 commit comments
Comments
(0)